ReactOS 0.4.15-dev-8064-gdaf8068
IComponentType Interface Reference
Inheritance diagram for IComponentType:
Collaboration diagram for IComponentType:

Public Member Functions

HRESULT get_Category ([out] ComponentCategory *Category)
 
HRESULT put_Category ([in] ComponentCategory Category)
 
HRESULT get_MediaMajorType ([out] BSTR *MediaMajorType)
 
HRESULT put_MediaMajorType ([in] BSTR MediaMajorType)
 
HRESULT get__MediaMajorType ([out] GUID *MediaMajorTypeGuid)
 
HRESULT put__MediaMajorType ([in] REFCLSID MediaMajorTypeGuid)
 
HRESULT get_MediaSubType ([out] BSTR *MediaSubType)
 
HRESULT put_MediaSubType ([in] BSTR MediaSubType)
 
HRESULT get__MediaSubType ([out] GUID *MediaSubTypeGuid)
 
HRESULT put__MediaSubType ([in] REFCLSID MediaSubTypeGuid)
 
HRESULT get_MediaFormatType ([out] BSTR *MediaFormatType)
 
HRESULT put_MediaFormatType ([in] BSTR MediaFormatType)
 
HRESULT get__MediaFormatType ([out] GUID *MediaFormatTypeGuid)
 
HRESULT put__MediaFormatType ([in] REFCLSID MediaFormatTypeGuid)
 
HRESULT get_MediaType ([out] AM_MEDIA_TYPE *MediaType)
 
HRESULT put_MediaType ([in] AM_MEDIA_TYPE *MediaType)
 
HRESULT Clone ([out] IComponentType **NewCT)
 
- 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 778 of file tuner.idl.

Member Function Documentation

◆ Clone()

HRESULT IComponentType::Clone ( [out] IComponentType **  NewCT)

◆ get__MediaFormatType()

HRESULT IComponentType::get__MediaFormatType ( [out] GUID MediaFormatTypeGuid)

◆ get__MediaMajorType()

HRESULT IComponentType::get__MediaMajorType ( [out] GUID MediaMajorTypeGuid)

◆ get__MediaSubType()

HRESULT IComponentType::get__MediaSubType ( [out] GUID MediaSubTypeGuid)

◆ get_Category()

HRESULT IComponentType::get_Category ( [out] ComponentCategory Category)

◆ get_MediaFormatType()

HRESULT IComponentType::get_MediaFormatType ( [out] BSTR MediaFormatType)

◆ get_MediaMajorType()

HRESULT IComponentType::get_MediaMajorType ( [out] BSTR MediaMajorType)

◆ get_MediaSubType()

HRESULT IComponentType::get_MediaSubType ( [out] BSTR MediaSubType)

◆ get_MediaType()

HRESULT IComponentType::get_MediaType ( [out] AM_MEDIA_TYPE MediaType)

◆ put__MediaFormatType()

HRESULT IComponentType::put__MediaFormatType ( [in] REFCLSID  MediaFormatTypeGuid)

◆ put__MediaMajorType()

HRESULT IComponentType::put__MediaMajorType ( [in] REFCLSID  MediaMajorTypeGuid)

◆ put__MediaSubType()

HRESULT IComponentType::put__MediaSubType ( [in] REFCLSID  MediaSubTypeGuid)

◆ put_Category()

HRESULT IComponentType::put_Category ( [in] ComponentCategory  Category)

◆ put_MediaFormatType()

HRESULT IComponentType::put_MediaFormatType ( [in] BSTR  MediaFormatType)

◆ put_MediaMajorType()

HRESULT IComponentType::put_MediaMajorType ( [in] BSTR  MediaMajorType)

◆ put_MediaSubType()

HRESULT IComponentType::put_MediaSubType ( [in] BSTR  MediaSubType)

◆ put_MediaType()

HRESULT IComponentType::put_MediaType ( [in] AM_MEDIA_TYPE MediaType)

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