Skip to main content

XMEM_OPTION

Specifies the type and value of a memory option.

Syntax

Members

Option
Type: XMEM_OPTIONS
The option type to apply a setting for. Bool
Type: BOOL
The BOOL value to set if Type specifies a Bool parameter. Int
Type: UINT64
The Int value to set if Type specifies an Int parameter. Pointer
Type: PVOID
The pointer value to set if Type specifies a Pointer parameter.

Remarks

XMEM_OPTION is used with XMemSetOption to specify a configuration option and value to set.

Requirements

Header: xmem.h
Supported Platforms: XBOX One family consoles and XBOX Series consoles

See also

xmem
Last modified on August 20, 2026