nn::nex::Gathering::GetOwnerPID Member Function

Syntax

PrincipalID GetOwnerPID() const;

Parameters

None.

Return Values

The principal ID for the owner of the gathering.

Description

Gets the principal ID of the owner of the gathering.

Gets the principal ID of the owner of the gathering. The owner is the only user who can change the gathering, for example, by changing the open-for-participation state of the matchmaking session or deleting the gathering.

By default, the user who registers the gathering is the owner. However, the owner can be changed by calling the MatchMakingClient::MigrateGatheringOwnership function, or by having the current owner leave the gathering while GatheringFlag is set to MigrateOwner.

See Also

MatchMakingClient::MigrateGatheringOwnership()

Revision History

2011/01/27
Initial version.

CONFIDENTIAL