Share via


IXtfConsoleControlClient

Represents an Xbox Tools Framework (XTF) development console client.

Syntax

class IXtfConsoleControlClient : public IUnknown  

Methods

Method Description
GenerateStackDump Generates a stack dump.
GetAllSettings Returns settings for the current console.
GetConfigSettings Causes all configuration settings to be enumerated, invoking a callback for each configuration setting.
GetConfigValue Gets the value of the specified configuration setting.
GetRunningProcesses Causes all running processes to be enumerated, invoking a callback for each running process.
GetSystemTime Retrieves the system time from the current development console.
QueryConnectedStandby Determines whether the current development console is in Connected Standby mode.
QueryConnectedStandbyEx Determines whether the current development console is in Connected Standby mode and allows Xbox app connections.
SendMessageToUpdateSvc TBD
SetConfigValue Sets the value of the specified configuration setting.
ShutdownConsole Shuts down the development console.
UpdatesPending Reserved for internal use.

Requirements

Header: xtfconsolecontrol.h

Library: xtfconsolecontrol.lib

Supported platforms: Windows (for Xbox console tools)

See also

xtfconsolecontrol