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

# PFCharacterResult

> PFCharacterResult データ モデル。

PFCharacterResult データ モデル。

## 構文

```cpp theme={null}
typedef struct PFCharacterResult {  
    const char* characterId;  
    const char* characterName;  
    const char* characterType;  
} PFCharacterResult;  
```

### メンバー

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

(省略可) このプレイヤーにおけるこのキャラクターの ID。

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

(省略可) このキャラクターの名前。

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

(省略可) 作成時にこのキャラクターに指定された種類文字列。

## 要件

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

## 関連項目

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


## Related topics

- [PFGetPlayerCombinedInfoResultPayload](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [character_created](/ja-jp/services/playfab/api-references/events/PlayerIdentity/character-created.md)
- [character_consumed_item](/ja-jp/services/playfab/api-references/events/Character/character-consumed-item.md)
- [character_statistic_changed](/ja-jp/services/playfab/api-references/events/Leaderboards/character-statistic-changed.md)
