windows-nt/Source/XPSP1/NT/ds/security/gina/samples/gptdemo/util.h

9 lines
204 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// Function proto-types for util.cpp
//
LPTSTR CheckSlash (LPTSTR lpDir);
BOOL RegDelnode (HKEY hKeyRoot, LPTSTR lpSubKey);
BOOL RegCleanUpValue (HKEY hKeyRoot, LPTSTR lpSubKey, LPTSTR lpValueName);