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

# PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest

> PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest 数据模型。

PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest {  
    const char* sandbox;  
    const char* const* xboxLiveAccountIDs;  
    uint32_t xboxLiveAccountIDsCount;  
} PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest;  
```

### 成员

**`sandbox`**   const char\*<br />*is null-terminated*

（可选）XBOX Live 沙盒的 ID。

**`xboxLiveAccountIDs`**   const char\* const\*

标题需要获取其 PlayFab 标识符的唯一 XBOX Live 账号标识符数组。该数组长度不能超过 2,000。

**`xboxLiveAccountIDsCount`**   uint32\_t

xboxLiveAccountIDs 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgettitleplayersfromxboxliveidsrequest.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsasync.md)
