Microsoft DirectX 9.0

CBaseAllocator::m_fEnableReleaseCallback

Flag indicating whether the release callback is enabled. This flag is set in the constructor method. If the value is FALSE, calling the CBaseAllocator::SetNotify method causes an assertion to fire (in debug builds).

Syntax

BOOL m_fEnableReleaseCallback;

See Also