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

# PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest

> PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest データ モデル。

PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest {  
    const char* const* playFabIDs;  
    uint32_t playFabIDsCount;  
} PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest;  
```

### メンバー

**`playFabIDs`**   const char\* const\*

タイトルがサーバー カスタム識別子を取得する必要がある、一意な PlayFab プレイヤー識別子の配列です。25 個を超える識別子を含めることはできません。

**`playFabIDsCount`**   uint32\_t

playFabIDs の数

## 要件

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

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsresult.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
