Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values representing the xbl presence title record.
Syntax
typedef struct XblPresenceTitleRecord {  
    uint32_t titleId;  
    const char* titleName;  
    time_t lastModified;  
    bool titleActive;  
    const char* richPresenceString;  
    XblPresenceTitleViewState viewState;  
    struct XblPresenceBroadcastRecord* broadcastRecord;  
} XblPresenceTitleRecord  
Members
titleId
Type: uint32_t
The title ID.
titleName
Type: const char*
The title name.
lastModified
Type: time_t
Time when the record was last updated.
titleActive
Type: bool
The active state for the title.
richPresenceString
Type: const char*
The formatted and localized presence string.
viewState
Type: XblPresenceTitleViewState
The title view state.
broadcastRecord
Type: XblPresenceBroadcastRecord*
The broadcast information of what the user is broadcasting.
Member of
Requirements
Header: presence_c.h