| Microsoft DirectX 8.1 (C++) | 
Constructor method.
Syntax
CBaseRenderer(
    REFCLSID RenderClass,
    TCHAR *pName,
    LPUNKNOWN pUnk,
    HRESULT *phr
);
Parameters
RenderClass
Class identifier of the renderer.
pName
Pointer to a string containing the name of the filter, for debugging purposes.
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 variable. (Ignored.)
See Also