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

# PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult

> PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult 데이터 모델입니다. 서버 사용자 지정 ID와 연결되지 않은 PlayFab 계정의 경우입니다.

PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult 데이터 모델입니다. 서버 사용자 지정 ID와 연결되지 않은 PlayFab 계정의 경우 ServerCustomId는 null이 됩니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult {  
    PFAccountManagementServerCustomIDPlayFabIDPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetServerCustomIDsFromPlayFabIDsResult;  
```

### 멤버

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

(선택 사항) 서버 사용자 지정 플레이어 식별자와 PlayFab 식별자의 매핑입니다.

**`dataCount`**   uint32\_t

data의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResult](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresult.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsasync.md)
- [PFAccountManagementServerGetServerCustomIDsFromPlayFabIDsGetResultSize](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetservercustomidsfromplayfabidsgetresultsize.md)
- [PFAccountManagementGetServerCustomIDsFromPlayFabIDsRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetservercustomidsfromplayfabidsrequest.md)
