Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Provides access to properties and methods exposed by an object.
HRESULT Invoke( DISPID dispidMember , REFIID riid , LCID lcid , WORD wFlags , DISPPARAMS * pdispparams , VARIANT * pvarResult , EXCEPINFO * pexcepinfo , UINT * puArgErr );
Parameters
Return Values
Returns DISP_E_UNKNOWNINTERFACE if riidis not IID_NULL. Returns one of the error codes from CBaseVideoWindow::GetTypeInfoif the call fails. Otherwise, returns the HRESULTfrom the call to IDispatch::Invoke.