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

# PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync

> PlayStation Network アカウント ID のセットに対応する PlayFab ID を検索するクライアント API。タイトルは PSN 識別子を PlayFab プレイヤー アカウントに解決できます。

指定した PlayStation :tm: Network 識別子のセットに対応する一意の PlayFab 識別子を取得します。

## 構文

```cpp theme={null}
HRESULT PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsAsync(  
    PFEntityHandle entityHandle,  
    const PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

**`request`**   [PFAccountManagementGetPlayFabIDsFromPSNAccountIDsRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfrompsnaccountidsrequest)

値が設定されたリクエスト オブジェクト。

**`async`**   XAsyncBlock\*<br />*Inout*

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API は、Win32、Sony PlayStation®、Linux、macOS で使用できます。非同期タスクが完了したら、[PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresultsize) と [PFAccountManagementClientGetPlayFabIDsFromPSNAccountIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfrompsnaccountidsgetresult) を呼び出して結果を取得します。

## 要件

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

## 関連項目

[PFAccountManagement メンバー](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)
