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

社交管理器版本的在线状态标题记录。提供有关不同标题在线状态信息的信息。

## 语法

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

### 成员

*titleId*\
类型：uint32\_t

标题 ID。

*isTitleActive*\
类型：bool

标题的活动状态。

*presenceText*\
类型：char\[XBL\_RICH\_PRESENCE\_CHAR\_SIZE]

UTF-8 编码的已格式化和已本地化的在线状态字符串。

*isBroadcasting*\
类型：bool

标题的活动状态。

*deviceType*\
类型：[XblPresenceDeviceType](/reference/live/xsapi-c/presence_c/enums/xblpresencedevicetype)

设备类型。

*isPrimary*\
类型：bool

这是否为主要在线状态记录。

## 成员属于

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

## 要求

**标头：** social\_manager\_c.h

## 另请参阅

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


## Related topics

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