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

# PFAccountManagementGetPlayFabIDsFromSteamIDsRequest

> PFAccountManagementGetPlayFabIDsFromSteamIDsRequest データ モデル。

PFAccountManagementGetPlayFabIDsFromSteamIDsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromSteamIDsRequest {  
    const char* const* steamStringIDs;  
    uint32_t steamStringIDsCount;  
} PFAccountManagementGetPlayFabIDsFromSteamIDsRequest;  
```

### メンバー

**`steamStringIDs`**   const char\* const\*<br />*nullptr の場合があります*

(オプション) タイトルが PlayFab 識別子を取得する必要がある、一意な Steam 識別子 (Steam プロファイル ID) の配列です。配列の長さは 2,000 を超えることはできません。

**`steamStringIDsCount`**   uint32\_t

steamStringIDs の数

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromSteamIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromsteamidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromSteamIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromsteamidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresult.md)
