XtfConsoleManager

The Xbox Tools Framework (XTF) API that is used to get the default development console or to manage a collection of development consoles.

Interfaces

  Name Description
IXtfConsoleManager Manages development consoles for Xbox Tools Framework (XTF) apps.
IXtfConsoleManagerCallback Provides callbacks that are used when a development console in an IXtfConsoleManager is added or removed, or when the default console is changed.
IXtfEnumerateConsolesCallback Provides callbacks that are used when a development console is discovered during an IXtfConsoleManager::EnumerateConsoles operation.

Structures

  Name Description
XTFCONSOLEDATA Contains information about a development console in an IXtfConsoleManager.

To create an object that implements the IXtfConsoleManager interface, call XtfCreateConsoleManager.

To retrieve the IP address of the default console for a development PC, call XtfGetDefaultAddress from that PC.