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.

63 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_PREFDLG_H__29D844AC_3045_4049_AE2A_3DA179505946__INCLUDED_)
  8. #define AFX_PREFDLG_H__29D844AC_3045_4049_AE2A_3DA179505946__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // PrefDlg.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CPrefDlg dialog
  16. class CPrefDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CPrefDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CPrefDlg)
  23. enum { IDD = IDD_PREF };
  24. BOOL m_bLoadLast;
  25. BOOL m_bShowSystem;
  26. BOOL m_bShowInherited;
  27. BOOL m_bEnablePrivsOnStartup;
  28. BOOL m_bPrivsEnabled;
  29. //}}AFX_DATA
  30. DWORD m_dwUpdateFlag,
  31. m_dwClassUpdateMode;
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CPrefDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CPrefDlg)
  42. afx_msg void OnEnablePrivs();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_PREFDLG_H__29D844AC_3045_4049_AE2A_3DA179505946__INCLUDED_)