windows-nt/Source/XPSP1/NT/base/remoteboot/rigpsnap/util.h
2020-09-26 16:20:57 +08:00

10 lines
245 B
C

//
// Microsoft Corporation 1998
//
// UTIL.H - Function proto-types for util.cpp
//
LPTSTR CheckSlash (LPTSTR lpDir);
BOOL RegDelnode (HKEY hKeyRoot, LPTSTR lpSubKey);
BOOL RegCleanUpValue (HKEY hKeyRoot, LPTSTR lpSubKey, LPTSTR lpValueName);