XblMultiplayerManagerGameSessionIsHost
Indicates whether the specified user is the host for the game session.Syntax
Parameters
xuid _In_Type: uint64_t The XBOX User ID (XUID) of the user.
Return value
Type: bool Returns true if the XUID is the host of the game session; otherwise, false.Remarks
This function returns false if a game session doesn’t exist for the lobby session, or if the XBOX User ID (XUID) specified inxuid isn’t the host for the game session. You can retrieve the host for a game session by calling XblMultiplayerManagerGameSessionHost. For more information, see Multiplayer Manager API overview.
Requirements
Header: multiplayer_manager_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.libSee also
multiplayer_manager_cXblMultiplayerManagerGameSessionSetSynchronizedHost
