ReactOS 0.4.17-dev-812-ged4f258
IComponent Interface Reference
Inheritance diagram for IComponent:
Collaboration diagram for IComponent:

Public Member Functions

HRESULT Initialize ([in] LPCONSOLE lpConsole)
 
HRESULT Notify ([in] LPDATAOBJECT lpDataObject, [in] MMC_NOTIFY_TYPE event, LPARAM arg, LPARAM param)
 
HRESULT Destroy (LONG cookie)
 
HRESULT QueryDataObject ([in] long cookie, [in] DATA_OBJECT_TYPES type, [out] LPDATAOBJECT *ppDataObject)
 
HRESULT GetResultViewType ([in] long cookie, [out] LPOLESTR *ppViewType, [out] long *pViewOptions)
 
HRESULT GetDisplayInfo ([in, out] RESULTDATAITEM *pResultDataItem)
 
HRESULT CompareObjects ([in] LPDATAOBJECT lpDataObjectA, [in] LPDATAOBJECT lpDataObjectB)
 
HRESULT get_Type ([out] IComponentType **CT)
 
HRESULT put_Type ([in] IComponentType *CT)
 
HRESULT get_DescLangID ([out] long *LangID)
 
HRESULT put_DescLangID ([in] long LangID)
 
HRESULT get_Status ([out] ComponentStatus *Status)
 
HRESULT put_Status ([in] ComponentStatus Status)
 
HRESULT get_Description ([out] BSTR *Description)
 
HRESULT put_Description ([in] BSTR Description)
 
HRESULT Clone ([out] IComponent **NewComponent)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 
- Public Member Functions inherited from IDispatch
HRESULT GetTypeInfoCount ([out] UINT *pctinfo)
 
HRESULT GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo)
 
HRESULT GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId)
 
HRESULT Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr)
 
HRESULT RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef)
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Public Types inherited from IDispatch
typedef IDispatchLPDISPATCH
 
- Public Attributes inherited from IDispatch
const DISPID DISPID_UNKNOWN = -1
 
const DISPID DISPID_VALUE = 0
 
const DISPID DISPID_PROPERTYPUT = -3
 
const DISPID DISPID_NEWENUM = -4
 
const DISPID DISPID_EVALUATE = -5
 
const DISPID DISPID_CONSTRUCTOR = -6
 
const DISPID DISPID_DESTRUCTOR = -7
 
const DISPID DISPID_COLLECT = -8
 

Detailed Description

Definition at line 215 of file mmc.idl.

Member Function Documentation

◆ Clone()

HRESULT IComponent::Clone ( [out] IComponent **  NewComponent)

◆ CompareObjects()

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

◆ Destroy()

HRESULT IComponent::Destroy ( LONG  cookie)

◆ get_DescLangID()

HRESULT IComponent::get_DescLangID ( [out] long LangID)

◆ get_Description()

HRESULT IComponent::get_Description ( [out] BSTR Description)

◆ get_Status()

HRESULT IComponent::get_Status ( [out] ComponentStatus Status)

◆ get_Type()

HRESULT IComponent::get_Type ( [out] IComponentType **  CT)

◆ GetDisplayInfo()

HRESULT IComponent::GetDisplayInfo ( [in, out] RESULTDATAITEM pResultDataItem)

◆ GetResultViewType()

HRESULT IComponent::GetResultViewType ( [in] long  cookie,
[out] LPOLESTR *  ppViewType,
[out] long pViewOptions 
)

◆ Initialize()

HRESULT IComponent::Initialize ( [in] LPCONSOLE  lpConsole)

◆ Notify()

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

◆ put_DescLangID()

HRESULT IComponent::put_DescLangID ( [in] long  LangID)

◆ put_Description()

HRESULT IComponent::put_Description ( [in] BSTR  Description)

◆ put_Status()

HRESULT IComponent::put_Status ( [in] ComponentStatus  Status)

◆ put_Type()

HRESULT IComponent::put_Type ( [in] IComponentType CT)

◆ QueryDataObject()

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

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