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

# PFAccountManagementClientGetPlayFabIDsFromSteamIDsAsync

> Steam 프로필 ID(SteamId) 집합에 대한 PlayFab ID를 조회하여 타이틀이 Steamworks 식별자를 PlayFab 플레이어 계정으로 확인할 수 있도록 하는 클라이언트 API입니다.

주어진 Steam 식별자 집합에 대한 고유 PlayFab 식별자를 검색합니다. Steam 식별자는 사용자 계정의 프로필 ID로, Steamworks Community API 호출에서 SteamId로 제공됩니다.

## 구문

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

### 매개 변수

**`entityHandle`**   PFEntityHandle

인증에 사용할 PFEntityHandle입니다.

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

채워진 요청 개체입니다.

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

비동기 작업을 위한 XAsyncBlock입니다.

### 반환 값

형식: HRESULT

이 API 작업의 결과 코드입니다.

## 설명

이 API는 Win32, Linux 및 macOS에서 사용할 수 있습니다. 비동기 작업이 완료되면 [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresultsize) 및 [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresult)를 호출하여 결과를 가져옵니다.

## 요구 사항

**헤더:** PFAccountManagement.h

## 참고 항목

[PFAccountManagement 멤버](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresult.md)
- [Services C API 개요 - PFAccountManagement.h](/ko/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresultsize.md)
- [PFAccountManagementServerGetPlayFabIDsFromSteamIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromsteamidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromSteamIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromsteamidsgetresult.md)
