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

# PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult

> PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult 데이터 모델입니다. PlayFab 계정에 연결되지 않은 Facebook Instant Game 식별자의 경우입니다.

PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult 데이터 모델입니다. PlayFab 계정에 연결되지 않은 Facebook Instant Game 식별자의 경우 null이 반환됩니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult {  
    PFAccountManagementFacebookInstantGamesPlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromFacebookInstantGamesIdsResult;  
```

### 멤버

**`data`**   [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair) const\*<br />*nullptr일 수 있음*

(선택 사항) Facebook Instant Games 식별자와 PlayFab 식별자의 매핑입니다.

**`dataCount`**   uint32\_t

data의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

[PFAccountManagementTypes 멤버](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsgetresult.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresult.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromFacebookInstantGamesIdsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromfacebookinstantgamesidsgetresultsize.md)
- [PFAccountManagementServerGetPlayFabIDsFromFacebookInstantGamesIdsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromfacebookinstantgamesidsgetresultsize.md)
