Partager via


IXtfConsoleManagerCallback Interface

Provides callbacks that are used when a development console in an IXtfConsoleManager instance is added or removed, or when the default development console is changed.

Syntax

interface IXtfConsoleManagerCallback : public IUnknown  

Methods

Method Description
OnAddConsole Called when a development console is added to an IXtfConsoleManager instance.
OnChangedDefaultConsole Called when a development console is set as the default development console in an IXtfConsoleManager instance.
OnRemoveConsole Called when a development console is removed from an IXtfConsoleManager instance.

Requirements

Header: xtfconsolemanager.h

Library: xtfconsolemanager.lib

Supported platforms: Windows (for Xbox console tools)

See also

IXtfConsoleManager Interface
XtfConsoleManager