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