|
ReactOS 0.4.17-dev-784-g3812a95
|


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 IUnknown * | LPUNKNOWN |
| HRESULT IComponentData::CompareObjects | ( | [in] LPDATAOBJECT | lpDataObjectA, |
| [in] LPDATAOBJECT | lpDataObjectB | ||
| ) |
| HRESULT IComponentData::CreateComponent | ( | [out] LPCOMPONENT * | ppComponent | ) |
| HRESULT IComponentData::Destroy | ( | ) |
| HRESULT IComponentData::GetDisplayInfo | ( | [in, out] SCOPEDATAITEM * | pScopeDataItem | ) |
| HRESULT IComponentData::Notify | ( | [in] LPDATAOBJECT | lpDataObject, |
| [in] MMC_NOTIFY_TYPE | event, | ||
| [in] LPARAM | arg, | ||
| [in] LPARAM | param | ||
| ) |
| HRESULT IComponentData::QueryDataObject | ( | [in] long | cookie, |
| [in] DATA_OBJECT_TYPES | type, | ||
| [out] LPDATAOBJECT * | ppDataObject | ||
| ) |