Determines whether the console is currently in connected standby.
public:
HRESULT QueryConnectedStandby(
BOOL pfIsInConnectedStandby,
BOOL pfAllowsInstantOn)
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.
Type: HRESULTÂ
HRESULT success or error code.
Header: Declared in xtfconsolecontrol.h.
Library: Use xtfconsolecontrol.lib.
IXtfConsoleControlClient Interface