Skip to main content

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: HRESULT

Remarks

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 consoles

See also

ApuHeapState
APU
Last modified on August 20, 2026