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

TBD

**`value`**   int32\_t

TBD

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFCatalogReview](/ko/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogreview.md)
- [PFGetPlayerCombinedInfoResultPayload](/ko/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [PFSegmentsPlayerProfile](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStringDictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry.md)
