Partager via


XTFPROCESSINFO

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

Syntax

typedef struct XTFPROCESSINFO {
    DWORD dwProcessId;
    LPCWSTR pszImageFileName;
} XTFPROCESSINFO, *LPXTFPROCESSINFO;  

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)Autorisation obligatoire.

Requirements

Header: xtfconsolecontrol.h

Library: xtfconsolecontrol.lib

Supported platforms: Windows (for Xbox console tools)

See also

XtfConsoleControl
Xbox Tools Framework native API reference