windows-nt/Source/XPSP1/NT/shell/shell32/regsprtb.h
2020-09-26 16:20:57 +08:00

17 lines
320 B
C++

#ifndef __REGSPRTB_H
#define __REGSPRTB_H
#include "regsuprt.h"
class CRegSupportBuf : public CRegSupport
{
protected:
BOOL _InitSetRoot(LPCTSTR pszSubKey1, LPCTSTR pszSubKey2);
LPCTSTR _GetRoot(LPTSTR pszRoot, DWORD cchRoot);
private:
TCHAR _szRoot[MAX_PATH];
};
#endif //__REGSPRTB_H