CDeferredCommand::GetResult
Microsoft DirectShow 9.0 |
CDeferredCommand::GetResult
The GetResult method retrieves the resulting argument list, if one exists.
Syntax
VARIANT* GetResult(void);
Return Value
Returns a VARIANT containing the method's argument list, if it exists.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also