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

  1. #ifndef CICUTIL_H
  2. #define CICUTIL_H
  3. BOOL IsSP1ResourceID(
  4. UINT uId);
  5. HINSTANCE GetCicResInstance(
  6. HINSTANCE hInstOrg,
  7. UINT uId);
  8. void FreeCicResInstance();
  9. int CicLoadStringA(
  10. HINSTANCE hinstOrg,
  11. UINT uId,
  12. LPSTR lpBuffer,
  13. UINT cchMax);
  14. int CicLoadString(
  15. HINSTANCE hinstOrg,
  16. UINT uId,
  17. LPTSTR lpBuffer,
  18. UINT cchMax);
  19. int CicLoadStringWrapW(
  20. HINSTANCE hInstOrg,
  21. UINT uId,
  22. LPWSTR lpwBuff,
  23. UINT cchMax);
  24. #endif // CICUTIL_H