CRendererInputPin::Allocator

 
Microsoft DirectShow 9.0

CRendererInputPin::Allocator

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.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also