CPullPin::m_pAlloc
Microsoft DirectShow 9.0 |
CPullPin::m_pAlloc
The m_pAlloc member variable is a pointer to the IMemAllocator interface of the memory allocator.
Syntax
IMemAllocator *m_pAlloc
Remarks
The CPullPin::DecideAllocator method sets this member variable.
Requirements
** Header:** Include Pullpin.h and Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also