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

# PFUserSteamInfo

> PFUserSteamInfo データ モデル。

PFUserSteamInfo データ モデル。

## 構文

```cpp theme={null}
typedef struct PFUserSteamInfo {  
    PFTitleActivationStatus const* steamActivationStatus;  
    const char* steamCountry;  
    PFCurrency const* steamCurrency;  
    const char* steamId;  
    const char* steamName;  
} PFUserSteamInfo;  
```

### メンバー

**`steamActivationStatus`**   [PFTitleActivationStatus](/services/playfab/api-references/c/pftypes/enums/pftitleactivationstatus) const\*\
*nullptr の場合あり*

(オプション) Steam から取得した、ユーザーのゲーム所有権のステージ。

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

(オプション) Steam データから取得した、プレイヤーの居住国。

**`steamCurrency`**   [PFCurrency](/services/playfab/api-references/c/pftypes/enums/pfcurrency) const\*\
*nullptr の場合あり*

(オプション) ユーザーの Steam アカウントに設定されている通貨の種類。

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

(オプション) Steam 識別子。

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

(オプション) Steam 表示名。

## 要件

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

## 関連項目

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


## Related topics

- [PFFriendsFriendInfo](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [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)
- [PFAuthenticationLoginWithSteamRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithsteamrequest.md)
- [PFAuthenticationLoginWithSteamIdRequest](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithsteamidrequest.md)
