Contents Index Topic Contents | ||
Previous Topic: OnParticipantRealName Event Next Topic: OnRoomTopicChanged Event |
OnParticipantStatusChanged Event
Occurs when a member changes status.
Syntax
object_OnParticipantStatusChanged(ParticipantID, 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 whose status is changing. Status A short integer value that indicates the new status of the member. The new status is a combination of the following values.
1 Member has become a host. 2 Member has become a participant. 4 Member has become a spectator. 8 Member does not allow whispers. 16 Member is ignored, so all incoming messages from this member are discarded. Remarks
Any member is either a host (Status=1), participant (Status=2), or spectator (Status=4), so a valid status must include one of these values.
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.