windows-nt/Source/XPSP1/NT/net/ipsec/pastore/utils.h
2020-09-26 16:20:57 +08:00

28 lines
294 B
C

BOOL
HexStringToDword(
LPCWSTR lpsz,
DWORD * RetValue,
int cDigits,
WCHAR chDelim
);
BOOL
wUUIDFromString(
LPCWSTR lpsz,
LPGUID pguid
);
BOOL
wGUIDFromString(
LPCWSTR lpsz,
LPGUID pguid
);
DWORD
EnablePrivilege(
LPCTSTR pszPrivilege
);