Microsoft DirectX 9.0 |
The Invoke method provides access to methods and properties exposed by an object.
Syntax
HRESULT Invoke(void);
Return Value
Returns VFW_E_ALREADY_CANCELLED if m_pQueue is NULL. Otherwise, returns the HRESULT resulting from a call to IDispatch::GetTypeInfo or IUnknown::QueryInterface.
See Also