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

Reserved for internal use.

<a id="syntaxSection" />

## Syntax

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

<a id="parametersSection" />

### Parameters

*connectionString*<br />Type: PCWSTR

Reserved for internal use.

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

Reserved for internal use.

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

Reserved for internal use.

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

Reserved for internal use.

<a id="retvalSection" />

### Return value

Reserved for internal use.

<a id="requirementsSection" />

## Requirements

**Header:** xtfapi.h

**Library:** XtfApi.lib

**Supported platforms:** Windows (for XBOX console tools)

<a id="seealsoSection" />

## See also

[Run from PC Deployment (NDA topic)](/home/setup-install/concepts/deployment)<br />[XTF Transport Errors (NDA topic)](/tools/tools-console/commandlinetools/xtf-transport-errors)<br />[Additional Xtf APIs](/reference/tools/xtf/xtfapi/atoc-xtfapi)


## Related topics

- [IXtfConsoleControlClient::GetRunningProcesses](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getrunningprocesses.md)
- [IXtfRunningProcessCallback::OnFoundProcess](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/methods/ixtfrunningprocesscallback_onfoundprocess.md)
- [XtfGetTitleOSState](/reference/tools/xtf/xtfapi/functions/xtfgettitleosstate-xtfapi-xbox-windows-m.md)
- [XMemGetWorkingSetStatistics](/reference/system/xmem/functions/xmemgetworkingsetstatistics.md)
- [PartyManager::SetMemoryCallbacks](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_setmemorycallbacks.md)
