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

PFUserSteamInfo data model.

## Syntax

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

### Members

**`steamActivationStatus`**   [PFTitleActivationStatus](/services/playfab/api-references/c/pftypes/enums/pftitleactivationstatus) const\*\
*may be nullptr*

(Optional) What stage of game ownership the user is listed as being in, from Steam.

**`steamCountry`**   const char\*\
*is null-terminated*

(Optional) The country in which the player resides, from Steam data.

**`steamCurrency`**   [PFCurrency](/services/playfab/api-references/c/pftypes/enums/pfcurrency) const\*\
*may be nullptr*

(Optional) Currency type set in the user Steam account.

**`steamId`**   const char\*\
*is null-terminated*

(Optional) Steam identifier.

**`steamName`**   const char\*\
*is null-terminated*

(Optional) Steam display name.

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [PFFriendsFriendInfo](/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [PFUserAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAuthenticationLoginWithSteamRequest](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithsteamrequest.md)
- [PFAuthenticationLoginWithSteamIdRequest](/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithsteamidrequest.md)
