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 Xbox Live initialization arguments.
Syntax
typedef struct XblInitArgs {
XTaskQueueHandle queue;
const char* scid;
} XblInitArgs
Members
queue
Type: XTaskQueueHandle
Queue used for XSAPI internal asynchronous work (telemetry, rta, etc.). This field if optional - if not provided, a threadpool based queue will be used.
scid
Type: const char*
The service configuration Id for the app.
Requirements
Header: xbox_live_global_c.h