ReactOS 0.4.17-dev-784-g3812a95
IComponentData Interface Reference
Inheritance diagram for IComponentData:
Collaboration diagram for IComponentData:

Public Member Functions

HRESULT Initialize ([in] LPUNKNOWN pUnknown)
 
HRESULT CreateComponent ([out] LPCOMPONENT *ppComponent)
 
HRESULT Notify ([in] LPDATAOBJECT lpDataObject, [in] MMC_NOTIFY_TYPE event, [in] LPARAM arg, [in] LPARAM param)
 
HRESULT Destroy ()
 
HRESULT QueryDataObject ([in] long cookie, [in] DATA_OBJECT_TYPES type, [out] LPDATAOBJECT *ppDataObject)
 
HRESULT GetDisplayInfo ([in, out] SCOPEDATAITEM *pScopeDataItem)
 
HRESULT CompareObjects ([in] LPDATAOBJECT lpDataObjectA, [in] LPDATAOBJECT lpDataObjectB)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 176 of file mmc.idl.

Member Function Documentation

◆ CompareObjects()

HRESULT IComponentData::CompareObjects ( [in] LPDATAOBJECT  lpDataObjectA,
[in] LPDATAOBJECT  lpDataObjectB 
)

◆ CreateComponent()

HRESULT IComponentData::CreateComponent ( [out] LPCOMPONENT ppComponent)

◆ Destroy()

HRESULT IComponentData::Destroy ( )

◆ GetDisplayInfo()

HRESULT IComponentData::GetDisplayInfo ( [in, out] SCOPEDATAITEM pScopeDataItem)

◆ Initialize()

HRESULT IComponentData::Initialize ( [in] LPUNKNOWN  pUnknown)

◆ Notify()

HRESULT IComponentData::Notify ( [in] LPDATAOBJECT  lpDataObject,
[in] MMC_NOTIFY_TYPE  event,
[in] LPARAM  arg,
[in] LPARAM  param 
)

◆ QueryDataObject()

HRESULT IComponentData::QueryDataObject ( [in] long  cookie,
[in] DATA_OBJECT_TYPES  type,
[out] LPDATAOBJECT ppDataObject 
)

The documentation for this interface was generated from the following file: