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

> XTF_USER_DATA_V2

# XTF\_USER\_DATA\_V2

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

## Syntax

```cpp theme={null}
typedef struct XTF_USER_DATA_V2 {  
    XTF_USER_DATA userData;  
    XTF_USER_AGE_GROUP userAgeGroup;  
} XTF_USER_DATA_V2  
```

### Members

*userData*\
Type: [XTF\_USER\_DATA](/reference/tools/xtf/xtfuser/structures/XTF_USER_DATA-xtfuser-xbox-windows-t)

시뮬레이션된 사용자를 설명하는 구조체입니다.

*userAgeGroup*\
Type: [XTF\_USER\_AGE\_GROUP](/reference/tools/xtf/xtfuser/enumerations/xtf_user_age_group)

시뮬레이션된 사용자의 연령 그룹을 지정하는 열거형입니다.

## Requirements

**Header:** xtfuser.h

**Library:** xtfuser.lib

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

## See also

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


## Related topics

- [IXtfUserClient::ListUsersEx](/ko/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/ixtfuserclient_listusersex.md)
- [XTF_USER_DATA](/ko/reference/tools/xtf/xtfuser/structures/XTF_USER_DATA-xtfuser-xbox-windows-t.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)
- [XtfGetCredentialUserName](/ko/reference/tools/xtf/xtfapi/functions/xtfgetcredentialusername-xtfapi-xbox-windows-m.md)
