CBaseReferenceClock::NonDelegatingQueryInterface (Compact 2013)
3/26/2014
Accesses supported interfaces.
Syntax
HRESULT NonDelegatingQueryInterface(
REFIID riid,
void** ppv
);
Parameters
riid
IID of the interface being requested.Only IID_IReferenceClock is supported by the clock interface.
- ppv
Where the IReferenceClock pointer is returned.
Return Value
Returns E_POINTER if ppv is invalid.
Returns NOERROR if the query is successful or if E_NOINTERFACE if it is not.
Remarks
This member function implements the INonDelegatingUnknown::INonDelegatingUnknown method.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |