CTransformInputPin::CompleteConnect

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

HRESULT CompleteConnect(
IPin *pReceivePin );

Parameters

  • pReceivePin
    Pointer to the input pin being connected to.

Return Values

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.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.