XblMultiplayerSessionGetInfo

Gets some basic info about the session. Represents the info in the root of the MPSD session document.

Syntax

const XblMultiplayerSessionInfo* XblMultiplayerSessionGetInfo(  
         XblMultiplayerSessionHandle handle  
)  

Parameters

handle   _In_
Type: XblMultiplayerSessionHandle

Handle to the multiplayer session.

Return value

Type: const XblMultiplayerSessionInfo*

A pointer to the basic info about the local multiplayer session. The memory for the returned pointer will remain valid for the life of the XblMultiplayerSessionHandle object until it is closed.

Requirements

Header: multiplayer_c.h

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

See also

multiplayer_c