Share via


CRendererPosPassThru::CRendererPosPassThru

 
Microsoft DirectShow 9.0

CRendererPosPassThru::CRendererPosPassThru

Constructor method.

Syntax

  CRendererPosPassThru(
    const TCHAR *pName,
    LPUNKNOWN pUnk,
    HRESULT *phr,
    IPin *pPin
);

Parameters

pName

Pointer to the name of the object, for debugging purposes. Allocate this parameter in static memory.

pUnk

Pointer to the owner of this object. If the object is aggregated, pass a pointer to the aggregating object's IUnknown interface. Otherwise, set this parameter to NULL.

phr

Pointer to an HRESULT value. Ignored.

pPin

Pointer to the IPin interface of the filter's input pin.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also

CRendererPosPassThru Class