Discuss this help topic in SecureBlackbox Forum
Device major number.
Declaration
[VB.NET]
Property DevMajor As String
[Pascal]
property DevMajor : string;
[C++]
void get_DevMajor(std::string &OutResult);
void set_DevMajor(const std::string &Value);
[PHP]
string get_DevMajor()
void set_DevMajor(string $Value)
[Java]
String getDevMajor();
void setDevMajor(String Value);
Description
This property specifies device major number file attribute.
Discuss this help topic in SecureBlackbox Forum