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

# PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync

> 指定されたサーバー カスタム識別子のセットに関連付けられた PlayFab アカウント識別子を取得します。

指定されたサーバー カスタム識別子のセットに関連付けられた PlayFab アカウント識別子を取得します。

## 構文

```cpp theme={null}
HRESULT PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`titleEntityHandle`**   PFEntityHandle

PFAuthenticationGetEntityWithSecretKeyAsync を使用して取得したタイトル Entity 用の PFEntityHandle。

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

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

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

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

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

## 解説

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

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsrequest.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromPSNAccountIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfrompsnaccountidsasync.md)
