> ## 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.

# XtfGetTitleProcessMemoryReports

> XtfGetTitleProcessMemoryReports

# XtfGetTitleProcessMemoryReports

Reservado para uso interno.

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
HRESULT XtfGetTitleProcessMemoryReports(
         PCWSTR connectionString,
         UINT32 processId,
         XtfPartitionMemoryReport** partitionReport,
         XtfProcessMemoryReport** processesReport
)
```

<a id="parametersSection" />

### Parámetros

*connectionString*<br />Tipo: PCWSTR

Reservado para uso interno.

*processId*<br />Tipo: UINT32\*

Reservado para uso interno.

*partitionReport*<br />Tipo: XtfPartitionMemoryReport\*\*

Reservado para uso interno.

*processReport*<br />Tipo: XtfProcessMemoryReport\*\*

Reservado para uso interno.

<a id="retvalSection" />

### Valor devuelto

Reservado para uso interno.

<a id="requirementsSection" />

## Requisitos

**Encabezado:** xtfapi.h

**Biblioteca:** XtfApi.lib

**Plataformas compatibles:** Windows (para las herramientas de consola XBOX)

<a id="seealsoSection" />

## Consulte también

[Implementación de ejecución desde PC (tema con NDA)](/home/setup-install/concepts/deployment)<br />[Errores de transporte de XTF (tema con NDA)](/tools/tools-console/commandlinetools/xtf-transport-errors)<br />[API de Xtf adicionales](/reference/tools/xtf/xtfapi/atoc-xtfapi)


## Related topics

- [IXtfConsoleControlClient::GetRunningProcesses](/es/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getrunningprocesses.md)
- [IXtfRunningProcessCallback](/es/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/ixtfrunningprocesscallback.md)
- [IXtfRunningProcessCallback::OnFoundProcess](/es/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/methods/ixtfrunningprocesscallback_onfoundprocess.md)
- [GAMEPAD_REPORT (estructura)](/es/reference/tools/xtf/xtfinput/structures/GAMEPAD_REPORT-xtfinput-xbox-windows-t.md)
- [GAMEPAD_REPORT_EX](/es/reference/tools/xtf/xtfinput/structures/gamepad_report_ex.md)
