Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Constructs a CMemAllocator object.
Syntax
CMemAllocator(
TCHAR* pName,
LPUNKNOWN lpUnk,
HRESULT* phr
);
Parameters
- pName
Name of the allocator object.
- lpUnk
Pointer to LPUNKNOWN.
- phr
Pointer to the general COM return value. Note that this value is changed only if this function fails.
Return Value
None.
Remarks
This constructor is passed to CBaseAllocator::CBaseAllocator, which initializes the data members.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |