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.

21 lines
433 B

  1. // vsspage.h : main header file for the VSSUI DLL
  2. //
  3. #ifndef __VSSPAGE_H_
  4. #define __VSSPAGE_H_
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CVssPageApp
  7. // See vssui.cpp for the implementation of this class
  8. //
  9. class CVssPageApp : public CWinApp
  10. {
  11. public:
  12. virtual BOOL InitInstance();
  13. virtual int ExitInstance();
  14. protected:
  15. BOOL m_bRun;
  16. };
  17. #endif // _VSSPAGE_H_