Contains information about a running Xbox Tools Framework (XTF) process.
typedef struct XTFPROCESSINFO {
DWORD dwProcessId;
LPCWSTR pszImageFileName;
} XTFPROCESSINFO, *LPXTFPROCESSINFO;
dwProcessId
Identifier of the process.
pszImageFileName
Pointer to the filename of the process image.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.