Leaked source code of windows server 2003
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.

10 lines
282 B

  1. #ifndef _LICENSECODELITE_H_
  2. #define _LICENSECODELITE_H_
  3. #define INVALID_SERIAL_NUMBER 1
  4. #define INVALID_PRODUCT_KEY 2
  5. #define INVALID_GROUP_ID 3
  6. DWORD GetLCProductType(TCHAR * tcLicenceCode, TCHAR ** tcProductType, DWORD * dwGroupID);
  7. #endif //_LICENSECODELITE_H_