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

# XTF_USER_DATA

> XTF_USER_DATA

# XTF\_USER\_DATA

시뮬레이션된 사용자를 설명합니다.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
typedef struct XTF_USER_DATA {
    UINT32 userId;
    WCHAR szEmailAddress[256];
    WCHAR szGamertag[32];
    BOOL bSignedIn;
    XTF_USER_XUID xuid;
    BOOL bAutoSignIn;
} XTF_USER_DATA, *PXTF_USER_DATA;  
```

<a id="ID4EG" />

<a id="membersSection" />

### Members

**userId**\
Type: UINT32

사용자의 고유 식별자입니다.

**szEmailAddress**\
Type: WCHAR

사용자를 로그인시키는 데 사용된 이메일 주소입니다.

**szGamertag**\
Type: WCHAR

사용자의 게이머태그입니다.

**bSignedIn**\
Type: BOOL

true인 경우, 사용자가 로그인되어 있습니다.

**xuid**\
Type: XTF\_USER\_XUID

사용자의 XBOX 사용자 ID입니다.

**bAutoSignIn**\
Type: BOOL

true인 경우, 사용자가 자동 로그인되도록 설정되어 있습니다.

<a id="remarksSection" />

## Remarks

이 구조체는 [IXtfUserClient::ListUsers](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/listusers-ixtfuserclient-xtfuser-xbox-windows-m) 메서드에서 사용됩니다.

이 구조체의 멤버는 다른 [IXtfUserClient](/reference/tools/xtf/xtfuser/classes/IXtfUserClient/ixtfuserclient-xtfuser-xbox-windows-t) 메서드를 호출할 때 사용할 수 있는 값을 제공합니다.

`IXtfUserClient` 인터페이스를 구현하는 객체를 생성하려면 [XtfCreateUserClient](/reference/tools/xtf/xtfuser/methods/xtfcreateuserclient-xtfuser-xbox-windows-m)를 호출합니다.

<a id="requirements" />

<a id="requirementsSection" />

## Requirements

**Header:** xtfuser.h

**Library:** xtfuser.lib

**Supported platforms:** Windows(XBOX 콘솔 도구용)

<a id="seealsoSection" />

## See also

[XtfUser](/reference/tools/xtf/xtfuser/xtfuser-xbox-windows-n)


## Related topics

- [XTF_USER_DATA_V2](/ko/reference/tools/xtf/xtfuser/structures/xtf_user_data_v2.md)
- [IXtfUserClient::ListUsers](/ko/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/listusers-ixtfuserclient-xtfuser-xbox-windows-m.md)
- [IXtfUserClient::SignoutUser](/ko/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/signoutuser-ixtfuserclient-xtfuser-xbox-windows-m.md)
- [IXtfUserClient::PairControllerWithUser Method](/ko/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/paircontrollerwithuser-ixtfuserclient-xtfuser-xbox-windows-m.md)
- [IXtfUserClient::PairControllerWithUserId Method](/ko/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/paircontrollerwithuserid-ixtfuserclient-xtfuser-xbox-windows-m.md)
