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

# PFInt32DictionaryEntry

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

Entrada de diccionario para una matriz asociativa con valores int32\_t.

## Sintaxis

```cpp theme={null}
typedef struct PFInt32DictionaryEntry {  
    const char* key;  
    int32_t value;  
} PFInt32DictionaryEntry;  
```

### Miembros

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

TBD

**`value`**   int32\_t

TBD

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

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


## Related topics

- [PFCatalogReview](/es/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreview.md)
- [PFSegmentsPlayerProfile](/es/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [PFGetPlayerCombinedInfoResultPayload](/es/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStringDictionaryEntry](/es/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
