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

Especifica el grupo de edad de un usuario simulado.

## Sintaxis

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

## Constantes

| Constante                      | Descripción                       |
| ------------------------------ | --------------------------------- |
| XTF\_USER\_AGE\_GROUP\_UNKNOWN | Se desconoce la edad del usuario. |
| XTF\_USER\_AGE\_GROUP\_ADULT   | El usuario es un adulto.          |
| XTF\_USER\_AGE\_GROUP\_TEEN    | El usuario es un adolescente.     |
| XTF\_USER\_AGE\_GROUP\_CHILD   | El usuario es un niño.            |

## Requisitos

**Encabezado:** XtfUser.h

**Plataformas compatibles:** Windows (para herramientas de consola XBOX)

## Consulte también

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


## Related topics

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