nn::nex::MatchMakingClient::StaticUpdateSessionHost Member Function

Syntax

static qBool StaticUpdateSessionHost(
     void * pMatchMakingClient,
     qUnsignedInt32 gatheringID
);

Parameters

Name Description
in pMatchMakingClient Pointer for MatchMakingClientClient.
in gatheringID ID of the gathering to change.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

This function is for the callback that is invoked when host migration occurs.

This function is for the callback that is invoked when the local device becomes the parent in a P2P session where the host migration extension is used. The function automatically calls the UpdateSessionHost function and notifies the game server of the host change.

Pass it to the HostMigrationCallback constructor.

See Also

HostMigrationExtensionMatchMakingClient::StaticUpdateSessionHostWithOwner

Revision History

2012/04/17
Initial version.

CONFIDENTIAL