Skip to main content

XTFPROCESSINFO

Contains information about a running XBOX Tools Framework (XTF) process.

Syntax

Members

dwProcessId
Type: DWORD
Identifier of the process. pszImageFileName
Type: LPCWSTR
Pointer to the filename of the process image.

Remarks

This structure represents the process ID and filename of the process image for a running process on a development console. The IXtfConsoleControlClient::GetRunningProcesses function provides a pointer to an XTFPROCESSINFO structure when the function invokes an implemented IXtfRunningProcessCallback::OnFoundProcess callback function for each running process on a development console. For more information about listing running processes using XBOX Tools Framework (XTF), see Process list (xbtlist.exe) (NDA topic).

Requirements

Header: xtfconsolecontrol.h Library: xtfconsolecontrol.lib Supported platforms: Windows (for XBOX console tools)

See also

XtfConsoleControl
XBOX Tools Framework native API reference
Last modified on August 20, 2026