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.

27 lines
294 B

  1. BOOL
  2. HexStringToDword(
  3. LPCWSTR lpsz,
  4. DWORD * RetValue,
  5. int cDigits,
  6. WCHAR chDelim
  7. );
  8. BOOL
  9. wUUIDFromString(
  10. LPCWSTR lpsz,
  11. LPGUID pguid
  12. );
  13. BOOL
  14. wGUIDFromString(
  15. LPCWSTR lpsz,
  16. LPGUID pguid
  17. );
  18. DWORD
  19. EnablePrivilege(
  20. LPCTSTR pszPrivilege
  21. );