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

# PFUserXboxInfo

> PFUserXboxInfo 数据模型。

PFUserXboxInfo 数据模型。

## 语法

```cpp theme={null}
typedef struct PFUserXboxInfo {  
    const char* xboxUserId;  
    const char* xboxUserSandbox;  
} PFUserXboxInfo;  
```

### 成员

**`xboxUserId`**   const char\*\
*is null-terminated*

（可选）XBox 用户 ID。

**`xboxUserSandbox`**   const char\*\
*is null-terminated*

（可选）XBox 用户沙盒。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFFriendsFriendInfo](/zh-CN/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserPsnInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuserpsninfo.md)
- [PFUserSteamInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfusersteaminfo.md)
