> ## 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.

# xcurl_global_resume

> xcurl_global_resume

# xcurl\_global\_resume

ゲームが再開したときに HTTP 要求を許可するために、XCurl の内部状態をリセットします。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
void xcurl_global_resume(
)
```

<a id="parametersSection" />

### パラメーター

なし。

<a id="retvalSection" />

### 戻り値

なし。

<a id="remarksSection" />

## 解説

<Warning>2021 年 4 月の GDK 以降、サスペンドと再開は XCurl 内部で自動的に処理されるようになりました。この関数は引き続き安全に呼び出せますが、no-op (何も行わない) です。以下の解説は、2021 年 4 月の GDK より前のバージョンにのみ適用されます。</Warning>

[xcurl\_global\_suspend](/reference/networking/xcurl/functions/xcurl_global_suspend) を呼び出して HTTP 要求の送信を一時停止した後に、この関数を使用します。

ゲームが再開したら、この関数を呼び出して XCurl をリセットし、HTTP 要求の送信を有効にします。

WinHttp と同様に、サスペンド イベントを受信したときにネットワークおよび HTTP ハンドルをクリーンアップする必要があります。

<a id="requirementsSection" />

## 要件

**ヘッダー:** XCurl.h

**ライブラリ:** xcurl.lib

**サポートされているプラットフォーム:** Windows、XBOX One ファミリ コンソール、XBOX Series コンソール

<a id="seealsoSection" />

## 関連項目

[XCurl の概要](/build/console-features/networking/web-requests/intro-xcurl)\
[HTTP および WebSocket](/build/console-features/networking/web-requests/http-networking)\
[curl](https://curl.se/)\
[xcurl\_global\_suspend](/reference/networking/xcurl/functions/xcurl_global_suspend)


## Related topics

- [xcurl_global_suspend](/ja-jp/reference/networking/xcurl/functions/xcurl_global_suspend.md)
- [xcurl_global_init_mem](/ja-jp/reference/networking/xcurl/functions/xcurl_global_init_mem.md)
- [xCurl の概要](/ja-jp/build/console-features/networking/web-requests/intro-xcurl.md)
- [WdResumeRemoteGame](/ja-jp/reference/remoting/functions/wdresumeremotegame.md)
- [IXtfApplicationClient::Resume](/ja-jp/reference/tools/xtf/xtfapplication/classes/IXtfApplicationClient/methods/resume-ixtfapplicationclient-xtfapplication-xbox-microsoft-m.md)
