IXtfConsoleControlClient::QueryConnectedStandbyEx
Determines whether the current development console is in Connected Standby mode and allows XBOX app connections.Syntax
Parameters
pfIsInConnectedStandbyType: 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. pfAllowsXboxAppConnections
Type: BOOL* A pointer to a Boolean value that is set to TRUE if the console currently allows XBOX app connections; FALSE otherwise.
Return value
Type: HRESULT ReturnsS_OK if successful; otherwise, returns an HRESULT error code.
Remarks
This function determines whether the current development console is in Connected Standby mode, whether the power mode for the console is set to support Instant On, and whether the console supports XBOX app connections. If you don’t need to determine whether the console can support XBOX app connections, you can use the IXtfConsoleControlClient::QueryConnectedStandby 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
IXtfConsoleControlClientXtfConsoleControl
