XblGetScid

Get the service configuration Id for the application. This is set during XblInitialize.

Syntax

HRESULT XblGetScid(  
         const char** scid  
)  

Parameters

scid   _Out_
Type: char**

The service configuration Id for the app.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Remarks

This string will be valid until XblCleanup is called.

Requirements

Header: xbox_live_global_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

xbox_live_global_c