CDeferredCommand::GetMethod
Microsoft DirectShow 9.0 |
CDeferredCommand::GetMethod
The GetMethod method retrieves the dispatch identifier (DISPID) of the method to be run.
Syntax
long GetMethod(void);
Return Value
Returns the DISPID of the method to run.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also