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

未定

**`value`**   int32\_t

未定

## 要件

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

## 関連項目

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


## Related topics

- [PFCatalogReview](/ja-jp/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreview.md)
- [PFGetPlayerCombinedInfoResultPayload](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.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)
- [PFStringDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
