CDeferredCommand::Invoke

 
Microsoft DirectShow 9.0

CDeferredCommand::Invoke

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.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also