Microsoft DirectX 9.0

CTransInPlaceOutputPin::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 CBaseOutputPin::m_pAllocator member variable.

See Also