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

> Dictionary entry for an associative array with PFEntityKey values.

Dictionary entry for an associative array with PFEntityKey values.

## Syntax

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

### Members

**`key`**   const char\*\
*is null-terminated*

TBD

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

TBD

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFGroupsEntityWithLineage](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage.md)
- [PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsResponse](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgettitleplayersfrommasterplayeraccountidsresponse.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityLineageDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
