|
HRESULT | get_PID ([out] long *PID) |
|
HRESULT | put_PID ([in] long PID) |
|
HRESULT | get_PCRPID ([out] long *PCRPID) |
|
HRESULT | put_PCRPID ([in] long PCRPID) |
|
HRESULT | get_ProgramNumber ([out] long *ProgramNumber) |
|
HRESULT | put_ProgramNumber ([in] long ProgramNumber) |
|
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) |
|
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) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 1011 of file tuner.idl.