Skip to main content

IXtfConsoleControlClient::QueryConnectedStandby

Determines whether the current development console is in Connected Standby mode.

Syntax

Parameters

pfIsInConnectedStandby
Type: BOOL*
A pointer to a Boolean value that is set to TRUE if the console is currently in Connected Standby mode; FALSE otherwise. pfAllowsInstantOn
Type: BOOL*
A pointer to a Boolean value that is set to TRUE if the console currently allows Instant On; FALSE otherwise.

Return value

Type: HRESULT Returns S_OK if successful; otherwise, returns an HRESULT error code.

Remarks

This function determines whether the current development console is in Connected Standby mode, and whether the power mode for the console is set to support Instant On. If you need to also determine whether the console supports XBOX app connections, use the IXtfConsoleControlClient::QueryConnectedStandbyEx function instead. For more information about querying power mode options using XBOX Tools Framework (XTF), see Reboot (xbreboot.exe) (NDA topic).

Requirements

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

See also

IXtfConsoleControlClient
XtfConsoleControl
Last modified on August 20, 2026