Share via


CTransformOutputPin::CheckConnect

Informs the derived class when the connection process is starting.

HRESULT CheckConnect(
IPin *pPin );

Parameters

  • pPin
    Pointer to the IPin interface of the connecting pin.

Return Values

Returns NOERROR by default.

Remarks

This member function overrides the CBasePin::CheckConnect member function and calls the CTransformFilter::CheckConnect member function. It then calls the base class implementation in CBaseOutputPin::CheckConnect. Override CTransformFilter::CheckConnect to add additional interfaces.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.