Microsoft DirectX 9.0

CTransInPlaceInputPin::PeekAllocator

The PeekAllocator method retrieves a pointer to the pin's allocator. The method does not increment the reference count on the interface.

Syntax

IMemAllocator *PeekAllocator(void)

Return Value

Returns the CBaseInputPin::m_pAllocator member variable.

See Also