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

> XTF_USER_AGE_GROUP

# XTF\_USER\_AGE\_GROUP

模擬ユーザーの年齢層を指定します。

## 構文

```cpp theme={null}
typedef enum XTF_USER_AGE_GROUP    
{  
    XTF_USER_AGE_GROUP_UNKNOWN = 0,
    XTF_USER_AGE_GROUP_ADULT = ( XTF_USER_AGE_GROUP_UNKNOWN + 1 ) ,
    XTF_USER_AGE_GROUP_TEEN = ( XTF_USER_AGE_GROUP_ADULT + 1 ) ,
    XTF_USER_AGE_GROUP_CHILD = ( XTF_USER_AGE_GROUP_TEEN + 1 ) 
} XTF_USER_AGE_GROUP  
```

## 定数

| 定数                             | 説明            |
| ------------------------------ | ------------- |
| XTF\_USER\_AGE\_GROUP\_UNKNOWN | ユーザーの年齢が不明です。 |
| XTF\_USER\_AGE\_GROUP\_ADULT   | ユーザーは大人です。    |
| XTF\_USER\_AGE\_GROUP\_TEEN    | ユーザーは十代です。    |
| XTF\_USER\_AGE\_GROUP\_CHILD   | ユーザーは子供です。    |

## 要件

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

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

## 関連項目

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


## Related topics

- [XTF_USER_DATA_V2](/ja-jp/reference/tools/xtf/xtfuser/structures/xtf_user_data_v2.md)
- [XUserAgeGroup](/ja-jp/reference/system/xuser/enums/xuseragegroup.md)
- [XUserGetAgeGroup](/ja-jp/reference/system/xuser/functions/xusergetagegroup.md)
- [XUserGetMaxUsers](/ja-jp/reference/system/xuser/functions/xusergetmaxusers.md)
- [XUserGetGamertag](/ja-jp/reference/system/xuser/functions/xusergetgamertag.md)
