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 device record.
Syntax
typedef struct XblPresenceDeviceRecord {
XblPresenceDeviceType deviceType;
const struct XblPresenceTitleRecord* titleRecords;
size_t titleRecordsCount;
} XblPresenceDeviceRecord
Members
deviceType
Type: XblPresenceDeviceType
The device type associated with this record.
titleRecords
Type: const XblPresenceTitleRecord*
The records containing title presence data.
titleRecordsCount
Type: size_t
The number of title records in the titleRecords array.
Argument of
XblPresenceRecordGetDeviceRecords
Requirements
Header: presence_c.h