nn::nex::Gathering::SetID Member Function

Syntax

GatheringID SetID(
     GatheringID id
);

Parameters

Name Description
in id Gathering ID.

Return Values

The gathering ID after it is set.

Description

Sets the gathering ID.

When registering a gathering with functions such as MatchmakeExtensionClient::AutoMatchmake or MatchmakeExtensionClient::CreateMatchmakeSession, make sure to specify INVALID_GATHERINGID. Also, when using the MatchmakeExtensionClient::UpdateMatchmakeSession function, use this function to specify the gathering ID for the matchmaking session to update.

Revision History

2011/06/29
Initial version.

CONFIDENTIAL