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

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