XblContextCreateHandle

Creates an XblContextHandle used to access Xbox Live services.

Syntax

HRESULT XblContextCreateHandle(  
         XblUserHandle user,  
         XblContextHandle* context  
)  

Parameters

user   _In_
Type: XblUserHandle

The user associated with this Xbox Live context.

context   _Out_
Type: XblContextHandle*

Passes back the Xbox Live context handle.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: xbox_live_context_c.h

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

See also

xbox_live_context_c