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

# PFUint32DictionaryEntry

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

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

## Sintaxis

```cpp theme={null}
typedef struct PFUint32DictionaryEntry {  
    const char* key;  
    uint32_t value;  
} PFUint32DictionaryEntry;  
```

### Miembros

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

TBD

**`value`**   uint32\_t

TBD

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

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