Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the application's current heap allocation state.
Syntax
typedef enum eUserAllocationState {
AllocationStateUnknown,
AllocationStateBusy,
AllocationStateFree
} ;
Constants
AllocationStateUnknownThe allocation state cannot be determined. |
AllocationStateBusyThe allocation state is currently in use. |
AllocationStateFreeMemory 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 |