nn::nex::PlayingSession Class

Syntax

class PlayingSession : public nn::nex::RootObject

Description

Stores the principal ID and the matchmaking session the user has joined.

Used by the MatchmakeExtensionClient::GetPlayingSession function.

Member Functions

PlayingSession Constructor.
V ~PlayingSession Destructor.
GetPrincipalID Gets a principal ID.
GetMatchmakeSession Gets the matchmaking session being joined.
GetGatheringHolder Gets the matchmaking session being joined in GatheringHolder format.

Class Hierarchy

nn::nex::RootObject
  nn::nex::PlayingSession

Revision History

2011/07/21
Initial version.

CONFIDENTIAL