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

프레즌스 타이틀 기록의 소셜 관리자 버전입니다. 다양한 타이틀의 프레즌스 정보에 대한 정보를 제공합니다.

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

타이틀 ID입니다.

*isTitleActive*\
Type: bool

타이틀의 활성 상태입니다.

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

UTF-8 인코딩된 서식이 지정되고 지역화된 프레즌스 문자열입니다.

*isBroadcasting*\
Type: bool

타이틀의 활성 상태입니다.

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

장치 유형입니다.

*isPrimary*\
Type: bool

이것이 기본 프레즌스 기록인지 여부입니다.

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