CTransformInputPin::CompleteConnect (Compact 2013)

3/26/2014

Informs the derived class when the connection process has been completed.

Syntax

HRESULT CompleteConnect(
  IPin* pReceivePin 
);

Parameters

  • pReceivePin
    Pointer to the input pin being connected to.

Return Value

Returns an HRESULT value.

Remarks

This member function overrides the CBasePin::CompleteConnect member function. It calls the base class CBasePin::CompleteConnect member function and then calls CTransformFilter::CompleteConnect.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CTransformInputPin Class