Determines whether the console is currently in connected standby and allows Xbox app connections.
public:
HRESULT QueryConnectedStandbyEx(
BOOL pfIsInConnectedStandby,
BOOL pfAllowsInstantOn,
BOOL pfAllowsXboxAppConnections)
pfIsInConnectedStandby
Type: BOOL
Pointer to a Boolean value that receives the value TRUE if the console is currently in connected standby; FALSE otherwise.
pfAllowsInstantOn
Type: BOOL
Pointer to a Boolean value that receives the value TRUE if the console currently allows instant on; FALSE otherwise.
pfAllowsXboxAppConnections
Type: BOOL
Pointer to a Boolean value that receives the value TRUE if the console currently allows Xbox app connections; FALSE otherwise.
Type: HRESULTÂ
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface