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

# PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult

> PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult 数据模型。对于尚未链接到 PlayFab 账号的 PlayStation :tm: Network 标识符。

PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult 数据模型。对于尚未链接到 PlayFab 账号的 PlayStation :tm: Network 标识符，将返回 null。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult {  
    PFAccountManagementPSNAccountPlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult;  
```

### 成员

**`data`**   [PFAccountManagementPSNAccountPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair) const\*<br />*may be nullptr*

（可选）PlayStation :tm: Network 标识符到 PlayFab 标识符的映射。

**`dataCount`**   uint32\_t

data 的计数

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsGetResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsasync.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
