Share via


CBasePin::IsConnected

 
Microsoft DirectShow 9.0

CBasePin::IsConnected

The IsConnected method determines whether the pin is connected to another pin.

Syntax

  BOOL IsConnected(void);

Return Value

Returns TRUE if the pin is connected. Otherwise, returns FALSE.

Requirements

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

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

See Also