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

# XblPresenceTitleRecord

> XblPresenceTitleRecord

# XblPresenceTitleRecord

Defines values representing the xbl presence title record.

## Syntax

```cpp theme={null}
typedef struct XblPresenceTitleRecord {  
    uint32_t titleId;  
    const char* titleName;  
    time_t lastModified;  
    bool titleActive;  
    const char* richPresenceString;  
    XblPresenceTitleViewState viewState;  
    struct XblPresenceBroadcastRecord* broadcastRecord;  
} XblPresenceTitleRecord  
```

### Members

*titleId*\
Type: uint32\_t

The title ID.

*titleName*\
Type: const char\*

The title name.

*lastModified*\
Type: time\_t

Time when the record was last updated.

*titleActive*\
Type: bool

The active state for the title.

*richPresenceString*\
Type: const char\*

The formatted and localized presence string.

*viewState*\
Type: [XblPresenceTitleViewState](/reference/live/xsapi-c/presence_c/enums/xblpresencetitleviewstate)

The title view state.

*broadcastRecord*\
Type: XblPresenceBroadcastRecord\*

The broadcast information of what the user is broadcasting.

## Member of

[XblPresenceDeviceRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencedevicerecord)

## Requirements

**Header:** presence\_c.h

## See also

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


## Related topics

- [XblPresenceDeviceRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencedevicerecord.md)
- [XblPresenceBroadcastRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencebroadcastrecord.md)
- [XblPresenceTitleViewState](/reference/live/xsapi-c/presence_c/enums/xblpresencetitleviewstate.md)
- [XblSocialManagerPresenceRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord.md)
- [XblSocialManagerPresenceTitleRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord.md)
