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.

51 lines
1.4 KiB

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