CBasePin::IsConnected (Compact 2013)

3/26/2014

Determines if the pin is connected to another pin.

Syntax

BOOL IsConnected(void);

Parameters

None.

Return Value

Returns TRUE if the pin is connected; otherwise, returns FALSE.

Remarks

This member function checks the value of the m_Connected protected data member.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePin Class