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

> 具有 int32_t 值的关联数组的字典条目。

具有 int32\_t 值的关联数组的字典条目。

## 语法

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

### 成员

**`key`**   const char\*<br />*is null-terminated*

TBD

**`value`**   int32\_t

TBD

## 要求

**头文件：** PFTypes.h

## 另请参阅

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


## Related topics

- [PFCatalogReview](/zh-CN/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreview.md)
- [PFSegmentsPlayerProfile](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [PFGetPlayerCombinedInfoResultPayload](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUint32DictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuint32dictionaryentry.md)
