CImageAllocator::CImageAllocator
Microsoft DirectShow 9.0 |
CImageAllocator::CImageAllocator
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.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also