CTransInPlaceInputPin::CTransInPlaceInputPin (Compact 2013)

3/26/2014

Constructs a CTransInPlaceInputPin object.

Syntax

CTransInPlaceInputPin(
  TCHAR* pObjectName,
  CTransInPlaceFilter* pFilter,
  HRESULT* phr,
  LPCWSTR pName 
);

Parameters

  • phr
    Pointer to an HRESULT value in which to return resulting information.

    This should be modified only if a failure occurs.

    If it is a failure code on input, construction can be terminated; but in any case the destructor is called by the creator when the HRESULT error is detected.

  • pName
    Name of the pin.

Return Value

None.

Remarks

This member function does not create the pins. The pins are created when they are first required.

All external attempts to access pins (by enumeration or by CBaseFilter::FindPin) go through CTransInPlaceFilter::GetPin, which creates the pins initially.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CTransInPlaceInputPin Class