| Microsoft DirectX 8.1 (C++) | 
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