Microsoft DirectX 9.0

CRendererInputPin::CRendererInputPin

The CRendererInputPin method is a constructor method.

Syntax

CRendererInputPin(
    CBaseRenderer *pRenderer,
    HRESULT *phr,
    LPCWSTR Name
);

Parameters

pRenderer

Pointer to the CBaseRenderer object that implements the filter.

phr

Pointer to a variable that receives an HRESULT value.

Name

Pointer to a wide-character string containing the pin identifier.

See Also