Partager via


IXtfConsoleManagerCallback::OnAddConsole Method

Called when a development console is added to an IXtfConsoleManager instance.

Syntax

public:
void OnAddConsole(
         const XTFCONSOLEDATA *pConsoleData
)  

Parameters

pConsoleData
Type: XTFCONSOLEDATA*

A pointer that receives an XTFCONSOLEDATA structure, which contains information about the development console that was added.

Return value

None.

Remarks

This callback method is invoked by an IXtfConsoleManager instance when a development console is added to the instance by invoking the AddConsole method for that instance. This method provides information, including the name and Tools IP address, about the added development console.

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

Requirements

Header: xtfconsolemanager.h

Library: xtfconsolemanager.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfConsoleManagerCallback Interface
XtfConsoleManager