Microsoft DirectX 8.1 (C++) |
Constructs a CVideoTransformFilter object.
Syntax
CVideoTransformFilter(
TCHAR *pName,
LPUNKNOWN pUnk,
REFCLSID clsid
);
Parameters
pName
Pointer to the name given to the CVideoTransformFilter object.
pUnk
Pointer to the controlling IUnknown interface.
clsid
Class identifier of the CVideoTransformFilter class.
Return Value
No return value.
See Also