CTransformOutputPin.CompleteConnect method
The CompleteConnect
method completes a connection to another pin.
Syntax
HRESULT CompleteConnect(
IPin *pReceivePin
);
Parameters
-
pReceivePin
-
Pointer to the other pin's IPin interface.
Return value
Returns S_OK or another HRESULT value.
Remarks
This method overrides the CBaseOutputPin::CompleteConnect method. It calls the filter's CTransformFilter::CompleteConnect method, which returns S_OK in the base class. The derived class can override the CTransformFilter::CompleteConnect method to perform additional checks.
Requirements
Header |
|
Library |
|