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

# XblSocialManagerPresenceTitleRecord

> XblSocialManagerPresenceTitleRecord

# XblSocialManagerPresenceTitleRecord

Social manager version of the presence title record. Gives information about different titles presence information.

## Syntax

```cpp theme={null}
typedef struct XblSocialManagerPresenceTitleRecord {  
    uint32_t titleId;  
    bool isTitleActive;  
    char presenceText[XBL_RICH_PRESENCE_CHAR_SIZE];  
    bool isBroadcasting;  
    XblPresenceDeviceType deviceType;  
    bool isPrimary;  
} XblSocialManagerPresenceTitleRecord  
```

### Members

*titleId*\
Type: uint32\_t

The title ID.

*isTitleActive*\
Type: bool

The active state for the title.

*presenceText*\
Type: char\[XBL\_RICH\_PRESENCE\_CHAR\_SIZE]

The UTF-8 encoded formatted and localized presence string.

*isBroadcasting*\
Type: bool

The active state for the title.

*deviceType*\
Type: [XblPresenceDeviceType](/reference/live/xsapi-c/presence_c/enums/xblpresencedevicetype)

Device type.

*isPrimary*\
Type: bool

Whether or not this is the primary presence record.

## Member of

[XblSocialManagerPresenceRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord)

## Requirements

**Header:** social\_manager\_c.h

## See also

[social\_manager\_c](/reference/live/xsapi-c/social_manager_c/social_manager_c_members)


## Related topics

- [XblSocialManagerPresenceRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord.md)
- [XblPresenceDeviceType](/reference/live/xsapi-c/presence_c/enums/xblpresencedevicetype.md)
- [XblSocialManagerPresenceRecordIsUserPlayingTitle](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerpresencerecordisuserplayingtitle.md)
- [XblPresenceTitleRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencetitlerecord.md)
- [XblSocialManagerSetRichPresencePollingStatus](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagersetrichpresencepollingstatus.md)
