> ## 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](/ko/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [PFUserAccountInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAuthenticationLoginWithSteamRequest](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginwithsteamrequest.md)
- [Steam에서 포팅](/ko/paths/porting/from-steam.md)
