nn::nex::ParticipantDetails Class

Syntax

class ParticipantDetails : public nn::nex::RootObject

Description

Stores detailed information about the participants in a matchmaking session.

Member Variables

m_idParticipant The principal ID of the participant.
m_strName The participant's name. The principal ID of the participant, converted to a string.
m_strMessage Detailed information about the participant. The string data specified by AutoMatchmakeSession, CreateMatchmakeSession, JoinMatchmakeSession and EndParticipation is set here.

Class Hierarchy

nn::nex::RootObject
  nn::nex::ParticipantDetails

Revision History

2011/01/27
Initial version.

CONFIDENTIAL