ReactOS 0.4.15-dev-7834-g00c4b3d
IComponentTypes Interface Reference
Inheritance diagram for IComponentTypes:
Collaboration diagram for IComponentTypes:

Public Member Functions

HRESULT get_Count ([out] long *Count)
 
HRESULT get__NewEnum ([out] IEnumVARIANT **ppNewEnum)
 
HRESULT EnumComponentTypes ([out] IEnumComponentTypes **ppNewEnum)
 
HRESULT get_Item ([in] VARIANT Index, [out] IComponentType **ComponentType)
 
HRESULT put_Item ([in] VARIANT Index, [in] IComponentType *ComponentType)
 
HRESULT Add ([in] IComponentType *ComponentType, [out] VARIANT *NewIndex)
 
HRESULT Remove ([in] VARIANT Index)
 
HRESULT Clone ([out] IComponentTypes **NewList)
 
- 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)
 
- 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 IDispatch
typedef IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- 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 918 of file tuner.idl.

Member Function Documentation

◆ Add()

HRESULT IComponentTypes::Add ( [in] IComponentType ComponentType,
[out] VARIANT NewIndex 
)

◆ Clone()

HRESULT IComponentTypes::Clone ( [out] IComponentTypes **  NewList)

◆ EnumComponentTypes()

HRESULT IComponentTypes::EnumComponentTypes ( [out] IEnumComponentTypes **  ppNewEnum)

◆ get__NewEnum()

HRESULT IComponentTypes::get__NewEnum ( [out] IEnumVARIANT **  ppNewEnum)

◆ get_Count()

HRESULT IComponentTypes::get_Count ( [out] long Count)

◆ get_Item()

HRESULT IComponentTypes::get_Item ( [in] VARIANT  Index,
[out] IComponentType **  ComponentType 
)

◆ put_Item()

HRESULT IComponentTypes::put_Item ( [in] VARIANT  Index,
[in] IComponentType ComponentType 
)

◆ Remove()

HRESULT IComponentTypes::Remove ( [in] VARIANT  Index)

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