Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
320 B

  1. #ifndef __REGSPRTB_H
  2. #define __REGSPRTB_H
  3. #include "regsuprt.h"
  4. class CRegSupportBuf : public CRegSupport
  5. {
  6. protected:
  7. BOOL _InitSetRoot(LPCTSTR pszSubKey1, LPCTSTR pszSubKey2);
  8. LPCTSTR _GetRoot(LPTSTR pszRoot, DWORD cchRoot);
  9. private:
  10. TCHAR _szRoot[MAX_PATH];
  11. };
  12. #endif //__REGSPRTB_H