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)
Value Description object Required. An object expression that evaluates to a Chat control. ParticipantID A long integer value that contains the participant ID of the member entering the chat room. Name A BSTR value that contains the alias of the member joining the chat room. Status A short integer value indicating the status of the member entering the room. Can be one of the following values.
1 Member is a host. 2 Member is a participant. 4 Member is a spectator. See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.