Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, |
Library |
ole32.lib, |