XblInitArgs

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

See also

xbox_live_global_c