PrincipalID GetOwnerPID() const;
None.
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
.
CONFIDENTIAL