eUserAllocationState enumeration (avrfsdk.h)
Specifies the application's current heap allocation state.
Syntax
typedef enum eUserAllocationState {
AllocationStateUnknown,
AllocationStateBusy,
AllocationStateFree
} ;
Constants
AllocationStateUnknown The allocation state cannot be determined. |
AllocationStateBusy The allocation state is currently in use. |
AllocationStateFree Memory has been freed from the stack but has not been returned to the heap yet. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | avrfsdk.h |