> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblContextSettingsGetWebsocketTimeoutWindow

> XblContextSettingsGetWebsocketTimeoutWindow

# XblContextSettingsGetWebsocketTimeoutWindow

웹 소켓 시간 초과 기간을 초 단위로 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT XblContextSettingsGetWebsocketTimeoutWindow(  
         XblContextHandle context,  
         uint32_t* timeoutWindowInSeconds  
)  
```

### Parameters

*context*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

설정이 연결된 XBOX live 컨텍스트입니다.

*timeoutWindowInSeconds*   \_Out\_\
Type: uint32\_t\*

시간 초과 기간을 초 단위로 반환합니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## Requirements

**Header:** xbox\_live\_context\_settings\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[xbox\_live\_context\_settings\_c](/reference/live/xsapi-c/xbox_live_context_settings_c/xbox_live_context_settings_c_members)


## Related topics

- [XblContextSettingsSetWebsocketTimeoutWindow](/ko/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingssetwebsockettimeoutwindow.md)
- [XblContextSettingsGetHttpTimeoutWindow](/ko/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingsgethttptimeoutwindow.md)
- [XblContextSettingsSetHttpTimeoutWindow](/ko/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingssethttptimeoutwindow.md)
- [XblContextSettingsGetLongHttpTimeout](/ko/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingsgetlonghttptimeout.md)
- [XblContextSettingsGetHttpRetryDelay](/ko/reference/live/xsapi-c/xbox_live_context_settings_c/functions/xblcontextsettingsgethttpretrydelay.md)
