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.

65 lines
1.6 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: aaudit.h
  7. //
  8. // Contents: definition of CAttrAudit
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_ATTRAUDIT_H__76BA1B2D_D221_11D0_9C68_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_ATTRAUDIT_H__76BA1B2D_D221_11D0_9C68_00C04FB6C6FA__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #include "resource.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CAttrAudit dialog
  19. class CAttrAudit : public CAttribute
  20. {
  21. // Construction
  22. public:
  23. void Initialize(CResult *pResult);
  24. virtual void SetInitialValue(DWORD_PTR dw);
  25. CAttrAudit(); // standard constructor
  26. // Dialog Data
  27. //{{AFX_DATA(CAttrAudit)
  28. enum { IDD = IDD_ATTR_AUDIT };
  29. BOOL m_AuditSuccess;
  30. BOOL m_AuditFailed;
  31. CString m_Title;
  32. CString m_strLastInspect;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CAttrAudit)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CAttrAudit)
  44. virtual BOOL OnApply();
  45. virtual BOOL OnInitDialog();
  46. afx_msg void OnChangeSuccess();
  47. afx_msg void OnChangeFailed();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_ATTRAUDIT_H__76BA1B2D_D221_11D0_9C68_00C04FB6C6FA__INCLUDED_)