|
STDMETHODIMP | QueryInterface (REFIID InterfaceId, PVOID *Interface) |
|
| STDMETHODIMP_ (ULONG) AddRef() |
|
| STDMETHODIMP_ (ULONG) Release() |
|
HRESULT STDMETHODCALLTYPE | GetTypeInfoCount (UINT *pctinfo) |
|
HRESULT STDMETHODCALLTYPE | GetTypeInfo (UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
HRESULT STDMETHODCALLTYPE | GetIDsOfNames (REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
HRESULT STDMETHODCALLTYPE | Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
HRESULT STDMETHODCALLTYPE | get_TuningSpace (ITuningSpace **TuningSpace) |
|
HRESULT STDMETHODCALLTYPE | get_Components (IComponents **Components) |
|
HRESULT STDMETHODCALLTYPE | Clone (ITuneRequest **NewTuneRequest) |
|
HRESULT STDMETHODCALLTYPE | get_Locator (ILocator **Locator) |
|
HRESULT STDMETHODCALLTYPE | put_Locator (ILocator *Locator) |
|
HRESULT STDMETHODCALLTYPE | get_ONID (long *ONID) |
|
HRESULT STDMETHODCALLTYPE | put_ONID (long ONID) |
|
HRESULT STDMETHODCALLTYPE | get_TSID (long *TSID) |
|
HRESULT STDMETHODCALLTYPE | put_TSID (long TSID) |
|
HRESULT STDMETHODCALLTYPE | get_SID (long *SID) |
|
HRESULT STDMETHODCALLTYPE | put_SID (long SID) |
|
| CTuneRequest (ITuningSpace *TuningSpace) |
|
| CTuneRequest (ITuningSpace *TuningSpace, LONG ONID, LONG TSID, LONG SID, ILocator *Locator) |
|
virtual | ~CTuneRequest () |
|
HRESULT | get_ONID ([out] long *ONID) |
|
HRESULT | put_ONID ([in] long ONID) |
|
HRESULT | get_TSID ([out] long *TSID) |
|
HRESULT | put_TSID ([in] long TSID) |
|
HRESULT | get_SID ([out] long *SID) |
|
HRESULT | put_SID ([in] long SID) |
|
HRESULT | get_TuningSpace ([out] ITuningSpace **TuningSpace) |
|
HRESULT | get_Components ([out] IComponents **Components) |
|
HRESULT | Clone ([out] ITuneRequest **NewTuneRequest) |
|
HRESULT | get_Locator ([out] ILocator **Locator) |
|
HRESULT | put_Locator ([in] ILocator *Locator) |
|
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 11 of file tunerequest.cpp.