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

# PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsAsync

> XBOX Live 識別子のセットに対応する PlayFab ID を検索するクライアント API。タイトルが XBOX Live XUID を PlayFab プレイヤー アカウントにマッピングできるようにします。

指定された XboxLive 識別子のセットに対応する一意な PlayFab 識別子を取得します。

## 構文

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

### パラメーター

**`entityHandle`**   PFEntityHandle

認証に使用する PFEntityHandle。

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

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

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

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

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

## 解説

この API は Win32、GDK、Linux、macOS で利用できます。非同期タスクが完了したら、[PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsgetresultsize) と [PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsgetresult) を呼び出して結果を取得します。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsgetresult.md)
- [Services C API overview - PFAccountManagement.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsgetresultsize.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsgetresult.md)
