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

> uint32_t 值的关联数组的字典项。

uint32\_t 值的关联数组的字典项。

## 语法

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

### 成员

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

TBD

**`value`**   uint32\_t

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

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


## Related topics

- [PFMultiplayerServerBuildSelectionCriterion](/zh-CN/services/playfab/api-references/c/pfmultiplayerservertypes/structs/pfmultiplayerserverbuildselectioncriterion.md)
- [PFSegmentsPlayerProfile](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFInt32DictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfint32dictionaryentry.md)
- [PFStringDictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
