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

# PFEntityKeyDictionaryEntry

> PFEntityKey 값이 있는 연관 배열의 사전 항목입니다.

PFEntityKey 값이 있는 연관 배열의 사전 항목입니다.

## 구문

```cpp theme={null}
typedef struct PFEntityKeyDictionaryEntry {  
    const char* key;  
    PFEntityKey const* value;  
} PFEntityKeyDictionaryEntry;  
```

### 멤버

**`key`**   const char\*\
*null로 종료됨*

TBD

**`value`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

TBD

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFGroupsEntityWithLineage](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage.md)
- [PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsResponse](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgettitleplayersfrommasterplayeraccountidsresponse.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityLineageDictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
