Share via


CRendererInputPin::CompleteConnect (Compact 2013)

3/26/2014

Override this member function to inform the derived class when the connection process has completed.

Syntax

HRESULT CompleteConnect(
  IPin* pReceivePin 
);

Parameters

  • pReceivePin
    Pointer to the connected (receiving) pin.

Return Value

Returns an HRESULT value.

Remarks

This member function overrides CBasePin::CompleteConnect and calls the renderer filter's CompleteConnect member function before calling the base class implementation.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CRendererInputPin Class