XblContextSettingsGetWebsocketTimeoutWindow

Gets the web socket timeout window in seconds.

Syntax

HRESULT XblContextSettingsGetWebsocketTimeoutWindow(  
         XblContextHandle context,  
         uint32_t* timeoutWindowInSeconds  
)  

Parameters

context   _In_
Type: XblContextHandle

Xbox live context that the settings are associated with.

timeoutWindowInSeconds   _Out_
Type: uint32_t*

Passes back the timeout window in seconds.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: xbox_live_context_settings_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

xbox_live_context_settings_c