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

> Dictionary entry for an associative array with int32_t values.

Dictionary entry for an associative array with int32\_t values.

## Syntax

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

### Members

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

TBD

**`value`**   int32\_t

TBD

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFSegmentsPlayerProfile](/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [PFCatalogReview](/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreview.md)
- [PFGetPlayerCombinedInfoResultPayload](/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
