Skip to main content

IXtfConsoleManagerCallback::OnRemoveConsole Method

Called when a development console is removed from an IXtfConsoleManager instance.

Syntax

Parameters

pConsoleData
Type: XTFCONSOLEDATA*
A pointer that receives an XTFCONSOLEDATA structure, which contains information about the development console that was removed.

Return value

None.

Remarks

This callback method is invoked by an IXtfConsoleManager instance when a development console is removed from the instance by invoking the RemoveConsole method for that instance. This method provides information, including the name and Tools IP address, about the removed development console. For more information about connecting and querying development consoles, see Connect (xbconnect.exe) (NDA topic).

Requirements

Header: xtfconsolemanager.h Library: xtfconsolemanager.lib Supported platforms: Windows (for XBOX console tools)

See also

IXtfConsoleManagerCallback Interface
XtfConsoleManager
Last modified on August 20, 2026