XblContextCloseHandle

Closes the XblContextHandle.

Syntax

void XblContextCloseHandle(  
         XblContextHandle xboxLiveContextHandle  
)  

Parameters

xboxLiveContextHandle   _In_
Type: XblContextHandle

The Xbox Live context handle.

Return value

Type: void

Remarks

When all outstanding handles have been closed, XblContextCloseHandle() will free the memory associated with the handle.

Requirements

Header: xbox_live_context_c.h

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

See also

xbox_live_context_c