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

# XblInitArgs

> XblInitArgs

# XblInitArgs

XBOX Live の初期化引数を表す値を定義します。

## 構文

```cpp theme={null}
typedef struct XblInitArgs {  
    XTaskQueueHandle queue;  
    const char* scid;
} XblInitArgs  
```

### メンバー

*queue*\
型: XTaskQueueHandle

XSAPI の内部非同期処理 (テレメトリ、rta など) に使用されるキュー。このフィールドは任意です。指定されない場合は、スレッドプール ベースのキューが使用されます。

*scid*\
型: const char\*

アプリのサービス構成 ID。

## 要件

**ヘッダー:** xbox\_live\_global\_c.h

## 関連項目

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [XblInitialize](/ja-jp/reference/live/xsapi-c/xbox_live_global_c/functions/xblinitialize.md)
- [XblAchievementsUpdateAchievementForTitleIdAsync](/ja-jp/reference/live/xsapi-c/achievements_c/functions/xblachievementsupdateachievementfortitleidasync.md)
- [XblMultiplayerSessionInitArgs](/ja-jp/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayersessioninitargs.md)
- [HCInitArgs](/ja-jp/reference/live/httpclient/httpclient/structs/hcinitargs_2.md)
- [HCInitArgs データ構造体](/ja-jp/reference/live/httpclient/httpclient/structs/hcinitargs.md)
