Windows2003-3790/base/remoteboot/rigpsnap/util.h
2020-09-30 16:53:55 +02:00

10 lines
254 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);