IXtfConsoleControlClient::QueryConnectedStandby
Determines whether the current development console is in Connected Standby mode.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.
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, 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
IXtfConsoleControlClientXtfConsoleControl
