Share via


CBaseControlVideo::IsUsingDefaultSource

 
Microsoft DirectShow 9.0

CBaseControlVideo::IsUsingDefaultSource

The IsUsingDefaultSource method determines if the renderer is using the default source window.

Syntax

  virtual HRESULT IsUsingDefaultSource(void);

Return Value

Returns S_OK if the renderer is using the default source; 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