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

# XblPresenceTitleState

> XblPresenceTitleState

# XblPresenceTitleState

Define valores usados para indicar el estado de presencia del título para un usuario.

## Sintaxis

```cpp theme={null}
enum class XblPresenceTitleState  : uint32_t  
{  
    Unknown,  
    Started,  
    Ended  
}  
```

## Constantes

| Constante | Descripción                                     |
| --------- | ----------------------------------------------- |
| Unknown   | Indica que se trata de un estado desconocido.   |
| Started   | Indica que el usuario empezó a jugar al título. |
| Ended     | Indica que el usuario dejó de jugar al título.  |

## Argumento de

[XblPresenceTitlePresenceChangedHandler](/reference/live/xsapi-c/presence_c/functions/xblpresencetitlepresencechangedhandler)

## Requisitos

**Encabezado:** presence\_c.h

## Consulte también

[presence\_c](/reference/live/xsapi-c/presence_c/presence_c_members)
