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

> Entrada de diccionario para una matriz asociativa con valores PFEntityKey.

Entrada de diccionario para una matriz asociativa con valores PFEntityKey.

## Sintaxis

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

### Miembros

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

TBD

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

TBD

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

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


## Related topics

- [PFGroupsEntityWithLineage](/es/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage.md)
- [PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsResponse](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgettitleplayersfrommasterplayeraccountidsresponse.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityLineageDictionaryEntry](/es/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
