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

# XblDeviceToken

> XblDeviceToken

# XblDeviceToken

セッションに参加している一意のデバイスを表すトークン。等価比較に使用できる、大文字と小文字を区別しない文字列です。

## 構文

```cpp theme={null}
typedef struct XblDeviceToken {  
    char Value[XBL_MULTIPLAYER_DEVICE_TOKEN_MAX_LENGTH];  
} XblDeviceToken  
```

### メンバー

*Value*\
型: char\[XBL\_MULTIPLAYER\_DEVICE\_TOKEN\_MAX\_LENGTH]

一意のデバイス。

## 要件

**ヘッダー:** multiplayer\_c.h

## 関連項目

[multiplayer\_c](/reference/live/xsapi-c/multiplayer_c/multiplayer_c_members)
