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

# PFAccountManagementGetTitlePlayersFromProviderIDsResponse

> PFAccountManagementGetTitlePlayersFromProviderIDsResponse 데이터 모델입니다.

PFAccountManagementGetTitlePlayersFromProviderIDsResponse 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementGetTitlePlayersFromProviderIDsResponse {  
    PFEntityLineageDictionaryEntry const* titlePlayerAccounts;  
    uint32_t titlePlayerAccountsCount;  
} PFAccountManagementGetTitlePlayersFromProviderIDsResponse;  
```

### 멤버

**`titlePlayerAccounts`**   [PFEntityLineageDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry) const\*<br />*nullptr일 수 있음*

(선택 사항) title\_player\_account 계보에 매핑된 공급자 식별자의 사전입니다. 계보가 없으면 플레이어가 존재하지 않거나 요청된 타이틀을 플레이하지 않음을 나타냅니다.

**`titlePlayerAccountsCount`**   uint32\_t

titlePlayerAccounts의 개수

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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