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 development console in an IXtfConsoleManager instance.
Syntax
typedef struct _XTFCONSOLEDATA {
BSTR bstrAlias;
BSTR bstrAddress;
} XTFCONSOLEDATA, *PXTFCONSOLEDATA;
Members
bstrAlias
The name of the console.
bstrAddress
The Tools IP address of the console.
Remarks
This structure contains information, including the alias and IP address, for a development console in an IXtfConsoleManager instance.
The IXtfConsoleManagerCallback and IXtfEnumerateConsolesCallback interfaces use the XTFCONSOLEDATA structure to pass information about development consoles when any of their callback methods are invoked by an IXtfConsoleManager instance. Similarly, the IXtfConsoleManager interface uses this structure in the GetConsole and GetDefaultConsole methods to provide information about a development console.
For more information about querying development consoles, see Connect (xbconnect.exe) (NDA topic)Autorisierung erforderlich.
Handling BSTR pointers
For more information about handling BSTR pointers returned in this structure, see Allocating and Releasing Memory for a BSTR.
Requirements
Header: xtfconsolemanager.h
Library: xtfconsolemanager.lib
Supported platforms: Windows (for Xbox console tools)