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.
 
 
 
 
 
 

39 lines
1.1 KiB

// ActionPolicyScopeItem.h: interface for the CActionPolicyScopeItem class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ACTIONPOLICYSCOPEITEM_H__71DD9243_CA88_11D2_BD8E_0000F87A3912__INCLUDED_)
#define AFX_ACTIONPOLICYSCOPEITEM_H__71DD9243_CA88_11D2_BD8E_0000F87A3912__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "HMScopeItem.h"
class CActionPolicyScopeItem : public CHMScopeItem
{
DECLARE_DYNCREATE(CActionPolicyScopeItem)
// Construction/Destruction
public:
CActionPolicyScopeItem();
virtual ~CActionPolicyScopeItem();
// Creation Members
public:
virtual bool Create(CScopePane* pScopePane, CScopePaneItem* pParentItem);
// Results Pane View Members
public:
virtual CResultsPaneView* CreateResultsPaneView();
// MMC Notify Handlers
public:
virtual HRESULT OnAddMenuItems(LPCONTEXTMENUCALLBACK piCallback,long __RPC_FAR *pInsertionAllowed);
virtual HRESULT OnCommand(long lCommandID);
virtual HRESULT OnExpand(BOOL bExpand) { return CHMScopeItem::OnExpand(bExpand); }
};
#endif // !defined(AFX_ACTIONPOLICYSCOPEITEM_H__71DD9243_CA88_11D2_BD8E_0000F87A3912__INCLUDED_)