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

# PFEntityLineageDictionaryEntry

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

Entrada de diccionario para una matriz asociativa con valores PFEntityLineage.

## Sintaxis

```cpp theme={null}
typedef struct PFEntityLineageDictionaryEntry {  
    const char* key;  
    PFEntityLineage const* value;  
} PFEntityLineageDictionaryEntry;  
```

### Miembros

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

TBD

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

TBD

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

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


## Related topics

- [PFAccountManagementGetTitlePlayersFromProviderIDsResponse](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgettitleplayersfromprovideridsresponse.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityKeyDictionaryEntry](/es/services/playfab/api-references/c/pftypes/structs/pfentitykeydictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
- [PFProfilesEntityDataObjectDictionaryEntry](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitydataobjectdictionaryentry.md)
