ApuHeapGetState
Queries the current state of the APU physical heap.Syntax
Parameters
apuHeapState _Out_Type: ApuHeapState* Current state of the heap. flags
Type: UINT32 Heap to query:
APU_ALLOC_CACHED for the cached heap, or APU_ALLOC_NONCACHED for the non-cached heap.
Return value
Type: HRESULTRemarks
This function returns an ApuHeapState structure. To create an APU heap, call ApuCreateHeap. An APU heap persists for the lifetime of the process.Requirements
Header: apu.h Library: acphal.lib Supported platforms: XBOX One family consoles and XBOX Series consolesSee also
ApuHeapStateAPU
