Microsoft DirectX 8.1 (C++) |
Number of buffers to provide. The CBaseAllocator::SetProperties method sets this value. The buffers are not allocated until the CBaseAllocator::Commit method is called. The current number of allocated buffers is specifies by the CBaseAllocator::m_lAllocated member variable.
Syntax
long m_lCount;
See Also