mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
483 B
14 lines
483 B
#define MY_MAX_CNLEN 64
|
|
#define MY_MAX_UNLEN 1024
|
|
#define USERNAME "USERNAME"
|
|
|
|
#define UNKNOWN "UNKNOWN"
|
|
#define BUILD_NUMBER_KEY "SOFTWARE\\MICROSOFT\\WINDOWS NT\\CURRENTVERSION"
|
|
#define BUILD_NUMBER_BUFFER_LENGTH 80
|
|
|
|
VOID GetBuildNumber( LPTSTR BuildNumber );
|
|
BOOL GetPnPDisplayInfo( LPTSTR pOutputData );
|
|
VOID ConnectAndWrite (LPTSTR MachineName, LPTSTR Buffer);
|
|
VOID WriteDataToFile (IN LPTSTR szFileName, IN LPTSTR szFrom, IN LPNT32_CMD_PARAMS lpCmdL);
|
|
|
|
|