Microsoft DirectX 9.0 |
The Allocator method retrieves a pointer to the memory allocator.
Syntax
IMemAllocator* Allocator(void) const;
Return Value
Returns a pointer to the allocator's IMemAllocator interface, or NULL.
Remarks
This method returns the CBaseInputPin::m_pAllocator member variable. The method does not increment the reference count on the interface. This method is strictly an accessor method.
See Also