Skip to main content

ApuHeapGetState

查询 APU 物理堆的当前状态。

Syntax

Parameters

apuHeapState   _Out_
Type: ApuHeapState*
堆的当前状态。 flags   
Type: UINT32
要查询的堆:APU_ALLOC_CACHED 表示已缓存堆,APU_ALLOC_NONCACHED 表示非缓存堆。

Return value

Type: HRESULT

Remarks

此函数返回一个 ApuHeapState 结构。 若要创建 APU 堆,请调用 ApuCreateHeap。APU 堆在进程的整个生命周期内保持有效。

Requirements

头文件: apu.h 库: acphal.lib 支持的平台: XBOX One 系列主机和 XBOX Series 主机

See also

ApuHeapState
APU
最后修改于 2026年8月24日