OnEnterParticipant EventOnEnterParticipant Event*
*



Contents  *



Index  *Topic Contents
*Previous Topic: OnEndEnumeration Event
*Next Topic: OnError Event

OnEnterParticipant Event

Occurs when either the list of members already in the conversation first appears when entering a chat room or when a new participant joins the conversation.

Syntax

object_OnEnterParticipant(ParticipantID, Name, Status)

ValueDescription
objectRequired. An object expression that evaluates to a Chat control.
ParticipantIDA long integer value that contains the participant ID of the member entering the chat room.
NameA BSTR value that contains the alias of the member joining the chat room.
StatusA short integer value indicating the status of the member entering the room. Can be one of the following values.
1Member is a host.
2Member is a participant.
4Member is a spectator.

See Also

EnterRoom


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.