Leaked source code of windows server 2003
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.

24 lines
622 B

  1. // RegInfFile.h: interface for the CRegInfFile class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_REGINFFILE_H__DB5A2390_991F_4D9F_800A_5B93CC9B5135__INCLUDED_)
  5. #define AFX_REGINFFILE_H__DB5A2390_991F_4D9F_800A_5B93CC9B5135__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "RegDiffFile.h"
  10. class CRegInfFile : public CRegDiffFile
  11. {
  12. public:
  13. CRegInfFile();
  14. virtual ~CRegInfFile();
  15. virtual void WriteStoredSectionsToFile();
  16. };
  17. #endif // !defined(AFX_REGINFFILE_H__DB5A2390_991F_4D9F_800A_5B93CC9B5135__INCLUDED_)