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

# PFUserKongregateInfo

> PFUserKongregateInfo データ モデル。

PFUserKongregateInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserKongregateInfo {  
    const char* kongregateId;  
    const char* kongregateName;  
} PFUserKongregateInfo;  
```

### メンバー

**`kongregateId`**   const char\*\
*null 終端*

(オプション) Kongregate ID。

**`kongregateName`**   const char\*\
*null 終端*

(オプション) Kongregate のユーザー名。

## 要件

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

## 関連項目

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


## Related topics

- [PFUserAccountInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
- [PFUserFacebookInfo](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo.md)
