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

Social manager presence record. Shows information on users current presence status and stores title records.

## Syntax

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

### Members

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

The user's presence state.

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

Collection of presence title record objects returned by a request.

*presenceTitleRecordCount*\
Type: uint32\_t

Number of valid presence records in presenceTitleRecords array.

## Member of

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

## Argument of

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

## Requirements

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

## See also

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


## Related topics

- [XblSocialManagerPresenceRecordIsUserPlayingTitle](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerpresencerecordisuserplayingtitle.md)
- [XblSocialManagerPresenceTitleRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencetitlerecord.md)
- [XblSocialManagerUser](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanageruser.md)
- [XblSocialManagerSetRichPresencePollingStatus](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagersetrichpresencepollingstatus.md)
- [XblPresenceDeviceType](/reference/live/xsapi-c/presence_c/enums/xblpresencedevicetype.md)
