XTFPROCESSINFO Structure

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

Syntax

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

Members

dwProcessId
Identifier of the process.

pszImageFileName
Pointer to the filename of the process image.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.

See also

Reference

XtfConsoleControl