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

# PFEntityKeyDictionaryEntry

> PFEntityKey 値を持つ連想配列のディクショナリ エントリ。

PFEntityKey 値を持つ連想配列のディクショナリ エントリ。

## 構文

```cpp theme={null}
typedef struct PFEntityKeyDictionaryEntry {  
    const char* key;  
    PFEntityKey const* value;  
} PFEntityKeyDictionaryEntry;  
```

### メンバー

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

未定

**`value`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

未定

## 要件

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

## 関連項目

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


## Related topics

- [PFGroupsEntityWithLineage](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage.md)
- [PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsResponse](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesgettitleplayersfrommasterplayeraccountidsresponse.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityLineageDictionaryEntry](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
