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.

31 lines
790 B

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. #if !defined(AFX_ERRORSECPAGE_H)
  3. #define AFX_ERRORSECPAGE_H
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // RootSecPage.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CErrorSecurityPage dialog
  11. #include "UIHelpers.h"
  12. class CErrorSecurityPage : public CUIHelpers
  13. {
  14. // Construction
  15. public:
  16. CErrorSecurityPage(UINT msg); // standard constructor
  17. private:
  18. virtual BOOL DlgProc(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
  19. void InitDlg(HWND hDlg);
  20. UINT m_msg;
  21. };
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_ERRORSECPAGE_H)