CBasePin::GetConnected (Compact 2013)

3/26/2014

Retrieves the pin that is connected to this pin.

Syntax

IPin *GetConnected( );

Parameters

None.

Return Value

Returns a pointer to an IPin interface.

Remarks

The caller should call the CBasePin::IsConnected member function before calling CBasePin::GetConnected.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBasePin Class