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