windows-nt/Source/XPSP1/NT/shell/shell32/regsprtb.h

17 lines
320 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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