2025-04-27 07:49:33 -04:00

17 lines
209 B
C++

DWORD
ReadRegDword(
IN HKEY hKey,
IN LPCTSTR pszRegistryPath,
IN LPCTSTR pszValueName,
IN DWORD dwDefaultValue
);
int
SAFEIsSpace(int c);
int
SAFEIsXDigit(int c);