Share via


CBaseOutputPin::CompleteConnect (Compact 2013)

3/26/2014

Completes a connection to another filter.

Syntax

virtual HRESULT CompleteConnect(
  IPin* pReceivePin
);

Parameters

  • pReceivePin
    Pointer to the connected (receiving) pin.

Return Value

Returns an HRESULT value.

The default implementation returns NOERROR.

Remarks

This member function overrides the CBasePin::CompleteConnect member function and calls the CBaseOutputPin::DecideAllocator member function to finish completing the connection.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class