IXtfConsoleControlClient::QueryConnectedStandbyEx Method

Determines whether the console is currently in connected standby and allows Xbox app connections.

Syntax

public:
HRESULT QueryConnectedStandbyEx(
         BOOL pfIsInConnectedStandby,
         BOOL pfAllowsInstantOn,
         BOOL pfAllowsXboxAppConnections)  

Parameters

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.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfconsolecontrol.h.

Library: Use xtfconsolecontrol.lib.

See also

Reference

IXtfConsoleControlClient Interface

IXtfConsoleControlClient Members

XtfConsoleControl