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.
 
 
 
 
 
 

33 lines
522 B

#ifndef CICUTIL_H
#define CICUTIL_H
BOOL IsSP1ResourceID(
UINT uId);
HINSTANCE GetCicResInstance(
HINSTANCE hInstOrg,
UINT uId);
void FreeCicResInstance();
int CicLoadStringA(
HINSTANCE hinstOrg,
UINT uId,
LPSTR lpBuffer,
UINT cchMax);
int CicLoadString(
HINSTANCE hinstOrg,
UINT uId,
LPTSTR lpBuffer,
UINT cchMax);
int CicLoadStringWrapW(
HINSTANCE hInstOrg,
UINT uId,
LPWSTR lpwBuff,
UINT cchMax);
#endif // CICUTIL_H