| Microsoft DirectX 8.1 (C++) | 
Constructor method.
Syntax
CMemAllocator(
    TCHAR *pName,
    LPUNKNOWN pUnk,
    HRESULT *phr,
);
Parameters
pName
Pointer to a string containing the name of the allocator.
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 a variable that receives an HRESULT value indicating the success or failure of the method.
See Also