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.

54 lines
1.5 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: lflags.h
  7. //
  8. // Contents: definition of CLocalPolRegFlags
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_Lflags_H__B03DDCAA_7F54_11D2_B136_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_Lflags_H__B03DDCAA_7F54_11D2_B136_00C04FB6C6FA__INCLUDED_
  13. #include "cflags.h"
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CLocalPolflags dialog
  19. class CLocalPolRegFlags : public CConfigRegFlags
  20. {
  21. // Construction
  22. public:
  23. CLocalPolRegFlags(); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CLocalPolRegflags)
  26. enum { IDD = IDD_LOCALPOL_REGFLAGS };
  27. //}}AFX_DATA
  28. virtual void Initialize(CResult *pResult);
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CLocalPolRegFlags)
  32. protected:
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CLocalPolFlags)
  38. virtual BOOL OnApply();
  39. //}}AFX_MSG
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_Lflags_H__B03DDCAA_7F54_11D2_B136_00C04FB6C6FA__INCLUDED_)