Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)Autorisierung erforderlich.
Requirements
Header: xtfconsolecontrol.h
Library: xtfconsolecontrol.lib
Supported platforms: Windows (for Xbox console tools)