Source code of Windows XP (NT5)
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

  1. #define MY_MAX_CNLEN 64
  2. #define MY_MAX_UNLEN 1024
  3. #define USERNAME "USERNAME"
  4. #define UNKNOWN "UNKNOWN"
  5. #define BUILD_NUMBER_KEY "SOFTWARE\\MICROSOFT\\WINDOWS NT\\CURRENTVERSION"
  6. #define BUILD_NUMBER_BUFFER_LENGTH 80
  7. VOID GetBuildNumber( LPTSTR BuildNumber );
  8. BOOL GetPnPDisplayInfo( LPTSTR pOutputData );
  9. VOID ConnectAndWrite (LPTSTR MachineName, LPTSTR Buffer);
  10. VOID WriteDataToFile (IN LPTSTR szFileName, IN LPTSTR szFrom, IN LPNT32_CMD_PARAMS lpCmdL);