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

# PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest

> PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest 数据模型。

PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest {  
    int32_t const* issuerId;  
    const char* const* PSNAccountIDs;  
    uint32_t PSNAccountIDsCount;  
} PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest;  
```

### 成员

**`issuerId`**   int32\_t const\*<br />*may be nullptr*

（可选）PlayStation :tm: Network 颁发者环境的 ID。如果为 null，则默认为生产环境。

**`PSNAccountIDs`**   const char\* const\*

标题需要获取其 PlayFab 标识符的唯一 PlayStation :tm: Network 标识符数组。该数组长度不能超过 2,000。

**`PSNAccountIDsCount`**   uint32\_t

PSNAccountIDs 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromGoogleIDsRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgoogleidsrequest.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
