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.
Reference material for XSystem APIs.
Functions
Function | Description |
---|---|
XSystemAllowFullDownloadBandwidth | Controls the bandwidth used by a package download while the game is running. |
XSystemGetAnalyticsInfo | Provides information about the device for profiling purposes. |
XSystemGetAppSpecificDeviceId | Returns a unique value from the console that is specific to caller's title ID. |
XSystemGetConsoleId | Returns the ID of the current console. |
XSystemGetDeviceType | Returns an XSystemDeviceType value corresponding to the device currently being used. |
XSystemGetRuntimeInfo | Provides information about the current and available versions of the gaming runtime service. |
XSystemGetXboxLiveSandboxId | Retrieves the Xbox Live sandbox ID. |
XSystemHandleCallback | Callback that is invoked when a GRTS handle is created or destroyed. |
XSystemHandleTrack | Registers a callback to track handle lifetime events in the Gaming Runtime. |
XSystemIsHandleValid | Checks if a handle is valid in the Gaming Runtime. |
Structures
Structure | Description |
---|---|
XSystemAnalyticsInfo | Represents information about the device. |
XSystemRuntimeInfo | Represents information about the gaming runtime service. |
Enumerations
Enumeration | Description |
---|---|
XSystemDeviceType | Indicates the system device type returned by calling XSystemGetDeviceType. |
XSystemHandleCallbackReason | Reason the handle tracking callback was called. |
XSystemHandleType | Handle type that was created or destroyed. |