> ## 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\*\
*null 終端*

未定

**`value`**   uint32\_t

未定

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFMultiplayerServerBuildSelectionCriterion](/ja-jp/services/playfab/api-references/c/pfmultiplayerservertypes/structs/pfmultiplayerserverbuildselectioncriterion.md)
- [PFSegmentsPlayerProfile](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFInt32DictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfint32dictionaryentry.md)
- [PFStringDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
