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

시뮬레이션된 사용자의 연령 그룹을 지정합니다.

## Syntax

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

## Constants

| Constant                       | Description        |
| ------------------------------ | ------------------ |
| XTF\_USER\_AGE\_GROUP\_UNKNOWN | 사용자의 나이를 알 수 없습니다. |
| XTF\_USER\_AGE\_GROUP\_ADULT   | 사용자가 성인입니다.        |
| XTF\_USER\_AGE\_GROUP\_TEEN    | 사용자가 청소년입니다.       |
| XTF\_USER\_AGE\_GROUP\_CHILD   | 사용자가 어린이입니다.       |

## Requirements

**Header:** XtfUser.h

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

## 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)
- [XUserAgeGroup](/ko/reference/system/xuser/enums/xuseragegroup.md)
- [XUserGetAgeGroup](/ko/reference/system/xuser/functions/xusergetagegroup.md)
- [XR-014 플레이어 데이터 및 개인 정보](/ko/publishing/certification/xr/xr-014.md)
- [XR-013 Microsoft 계정과 게시자 계정 연결](/ko/publishing/certification/xr/xr-013.md)
