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

# XblSocialManagerPresenceRecord

> XblSocialManagerPresenceRecord

# XblSocialManagerPresenceRecord

ソーシャル マネージャーのプレゼンス レコード。ユーザーの現在のプレゼンス状態に関する情報を示し、タイトル レコードを格納します。

## 構文

```cpp theme={null}
typedef struct XblSocialManagerPresenceRecord {  
    XblPresenceUserState userState;  
    XblSocialManagerPresenceTitleRecord presenceTitleRecords[XBL_NUM_PRESENCE_RECORDS];  
    uint32_t presenceTitleRecordCount;  
} XblSocialManagerPresenceRecord  
```

### メンバー

*userState*\
型: [XblPresenceUserState](/reference/live/xsapi-c/presence_c/enums/xblpresenceuserstate)

ユーザーのプレゼンス状態。

*presenceTitleRecords*\
型: [XblSocialManagerPresenceTitleRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord)\[XBL\_NUM\_PRESENCE\_RECORDS]

リクエストによって返されるプレゼンス タイトル レコード オブジェクトのコレクション。

*presenceTitleRecordCount*\
型: uint32\_t

presenceTitleRecords 配列内の有効なプレゼンス レコードの数。

## メンバー

[XblSocialManagerUser](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser)

## 使用される引数

[XblSocialManagerPresenceRecordIsUserPlayingTitle](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerpresencerecordisuserplayingtitle)

## 要件

**ヘッダー:** social\_manager\_c.h

## 関連項目

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


## Related topics

- [XblSocialManagerPresenceRecordIsUserPlayingTitle](/ja-jp/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerpresencerecordisuserplayingtitle.md)
- [XblSocialManagerPresenceTitleRecord](/ja-jp/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord.md)
- [XblSocialManagerUser](/ja-jp/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblSocialManagerSetRichPresencePollingStatus](/ja-jp/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagersetrichpresencepollingstatus.md)
- [XblPresenceGetPresenceForSocialGroupResult](/ja-jp/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceforsocialgroupresult.md)
