Microsoft DirectX 9.0 |
Constructor method.
Syntax
CImageAllocator(
CBaseFilter *pFilter,
TCHAR *pName,
HRESULT *phr
);
Parameters
pFilter
Pointer to the owning filter.
pName
Pointer to a string containing the debug name of the allocator. For more information, see CBaseObject.
phr
Pointer to an HRESULT value. Set the value to S_OK before creating the object. If the constructor fails, the value is set to an error code.
See Also