> ## 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\*\
*null 終端*

(オプション) XBox ユーザー ID。

**`xboxUserSandbox`**   const char\*\
*null 終端*

(オプション) XBox ユーザー サンドボックス。

## 要件

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

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFFriendsFriendInfo](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserFacebookInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo.md)
- [PFUserGoogleInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo.md)
