CBaseControlVideo::IsUsingDefaultDestination
Microsoft DirectShow 9.0 |
CBaseControlVideo::IsUsingDefaultDestination
The IsUsingDefaultDestination method determines if the renderer is using the default destination window.
Syntax
virtual HRESULT IsUsingDefaultDestination(void);
Return Value
Returns S_OK if using the default destination; otherwise, returns S_FALSE.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also