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.
Manages development consoles for Xbox Tools Framework (XTF) apps.
Syntax
interface IXtfConsoleManager : public IUnknown
Methods
| Method | Description |
|---|---|
| AddConsole | Adds a development console to the IXtfConsoleManager instance. |
| EnumerateConsoles | Enumerates the development consoles in the IXtfConsoleManager instance. |
| GetConsole | Gets information about a development console with the specified name from the IXtfConsoleManager instance. |
| GetDefaultConsole | Gets information about the default development console from the IXtfConsoleManager instance. |
| RemoveConsole | Removes the development console with the specified name from the IXtfConsoleManager instance. |
| SetDefaultConsole | Sets the default development console for Xbox Tools Framework (XTF) tools and API. |
Requirements
Header: xtfconsolemanager.h
Library: xtfconsolemanager.lib
Supported platforms: Windows (for Xbox console tools)
See also
IXtfConsoleManagerCallback Interface
IXtfEnumerateConsolesCallback Interface
XtfConsoleManager