XSystemAnalyticsInfo
Represents information about the current device.Syntax
Members
osVersionType: XVersion The version of the operating system on which the game is running. For XBOX devices, this value represents the version of the title OS. For desktop devices, this value represents the version of the system OS. hostingOsVersion
Type: XVersion The version of the operating system from which the game was launched. For XBOX devices, this value represents the version of the system OS. For desktop devices, this value is typically the same as the value of osVersion. family
Type: char[64] The general description of the device family. Examples: “XBOX” and “Windows”. form
Type: char[64] The specific type of hardware in the device family. Example: “XBOX One X DevKit”.
Remarks
This structure is returned when XSystemGetAnalyticsInfo is called. The structure provides the current device’s operating system versions, device family, and device form. The following example illustrates how to retrieve the version information for the operating system in which a game is running, by invoking XSystemGetAnalyticsInfo and concatenating the results returned in the osVersion member of XSystemAnalyticsInfo.Requirements
Header: XSystem.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consolesSee also
XSystemXSystemGetAnalyticsInfo
XVersion
