> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XMemGetTitleHeap

> XMemGetTitleHeap

# XMemGetTitleHeap

Devuelve un puntero al montón del título.

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
PVOID XMemGetTitleHeap(  
)  
```

<a id="parametersSection" />

### Parámetros

Ninguno.

<a id="retvalSection" />

### Valor devuelto

Tipo: PVOID

Un puntero al montón del título, si se realiza correctamente; de lo contrario, `NULL` si no hay memoria de montón asignada.

<a id="remarksSection" />

## Comentarios

Esta función devuelve el puntero al montón del título asignado previamente desde la partición del título llamando a `HeapAlloc`. Si su título no ha asignado memoria desde el montón del título, esta función devuelve `NULL`. Para obtener más información sobre la partición del título y la memoria del montón del título, consulte [Memoria](/build/console-features/memory/system-memory-overview).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** xmem.h

**Biblioteca:** xmem.lib

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

[Diagnóstico y seguimiento de memoria](/build/console-features/memory/system-memory-diagnostics)\
[XMem](/reference/system/xmem/xmem_members)


## Related topics

- [XMemGetWin32HeapName](/es/reference/system/xmem/functions/xmemgetwin32heapname.md)
- [XMemGetWin32HeapStatistics](/es/reference/system/xmem/functions/xmemgetwin32heapstatistics.md)
- [XMemSetWin32HeapName](/es/reference/system/xmem/functions/xmemsetwin32heapname.md)
- [WIN32_HEAP_STATISTICS](/es/reference/system/xmem/structs/win32_heap_statistics.md)
- [XMemCreateWin32Heap](/es/reference/system/xmem/functions/xmemcreatewin32heap.md)
