XTFPROCESSINFO
Contains information about a running XBOX Tools Framework (XTF) process.Syntax
Members
dwProcessIdType: 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 anXTFPROCESSINFO 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
XtfConsoleControlXBOX Tools Framework native API reference
