> ## 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로 종료됨*

TBD

**`value`**   uint32\_t

TBD

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFMultiplayerServerBuildSelectionCriterion](/ko/services/playfab/api-references/c/pfmultiplayerservertypes/structs/pfmultiplayerserverbuildselectioncriterion.md)
- [PFSegmentsPlayerProfile](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [PFStringDictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
- [PFInt32DictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfint32dictionaryentry.md)
- [PFLeaderboardsUpdateLeaderboardEntriesRequest](/ko/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsupdateleaderboardentriesrequest.md)
