> ## 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](/ja-jp/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord.md)
- [XblPresenceDeviceType](/ja-jp/reference/live/xsapi-c/presence_c/enums/xblpresencedevicetype.md)
- [XblSocialManagerPresenceRecordIsUserPlayingTitle](/ja-jp/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerpresencerecordisuserplayingtitle.md)
- [XblPresenceTitleRecord](/ja-jp/reference/live/xsapi-c/presence_c/structs/xblpresencetitlerecord.md)
- [XblSocialManagerSetRichPresencePollingStatus](/ja-jp/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagersetrichpresencepollingstatus.md)
