IXtfConsoleManagerCallback::OnChangedDefaultConsole Method

Called when a development console is set as the default development console in an IXtfConsoleManager instance.

Syntax

public:
void OnChangedDefaultConsole(
         const XTFCONSOLEDATA *pConsoleData
)  

Parameters

pConsoleData
Type: XTFCONSOLEDATA*

A pointer that receives an XTFCONSOLEDATA structure, which contains information about the development console that is now set as the default development console.

Return value

None.

Remarks

This callback method is invoked by an IXtfConsoleManager instance when the default development console is set for that instance, by invoking either the AddConsole or SetDefaultConsole method. The OnChangedDefaultConsole method provides information, including the name and Tools IP address, about the updated default development console.

For more information about connecting and querying development consoles, see Connect (xbconnect.exe) (NDA topic)Authorization required.

Requirements

Header: xtfconsolemanager.h

Library: xtfconsolemanager.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfConsoleManagerCallback Interface
XtfConsoleManager