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

模擬ユーザーとそのユーザーの年齢を表します。

## 構文

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

### メンバー

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

模擬ユーザーを記述する構造体。

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

模擬ユーザーの年齢層を指定する列挙体。

## 要件

**ヘッダー:** xtfuser.h

**ライブラリ:** xtfuser.lib

**サポートされるプラットフォーム:** Windows (XBOX コンソール ツール用)

## 関連項目

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


## Related topics

- [IXtfUserClient::ListUsersEx](/ja-jp/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/ixtfuserclient_listusersex.md)
- [XTF_USER_DATA](/ja-jp/reference/tools/xtf/xtfuser/structures/XTF_USER_DATA-xtfuser-xbox-windows-t.md)
- [IXtfUserClient::ListUsers](/ja-jp/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/listusers-ixtfuserclient-xtfuser-xbox-windows-m.md)
- [IXtfUserClient::SignoutUser](/ja-jp/reference/tools/xtf/xtfuser/classes/IXtfUserClient/methods/signoutuser-ixtfuserclient-xtfuser-xbox-windows-m.md)
- [XtfGetCredentialUserName](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfgetcredentialusername-xtfapi-xbox-windows-m.md)
