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

# PFUserXboxInfo

> PFUserXboxInfo 데이터 모델입니다.

PFUserXboxInfo 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFUserXboxInfo {  
    const char* xboxUserId;  
    const char* xboxUserSandbox;  
} PFUserXboxInfo;  
```

### 멤버

**`xboxUserId`**   const char\*\
*null로 종료됨*

(선택 사항) XBOX 사용자 ID입니다.

**`xboxUserSandbox`**   const char\*\
*null로 종료됨*

(선택 사항) XBOX 사용자 샌드박스입니다.

## 요구 사항

**헤더:** PFTypes.h

## 참고 항목

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