Share via


CBaseOutputPin::CheckConnect (Compact 2013)

3/26/2014

Calls QueryInterface on the connected pin to retrieve an IMemInputPin interface.

Syntax

HRESULT CheckConnect(
  IPin* pPin
);

Parameters

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

Return Value

Returns NOERROR if successful; otherwise, returns an HRESULT error value.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseOutputPin Class