Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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