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.

55 lines
1.5 KiB

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