|
OnEvent_MyStatusChange
The OnEvent_MyStatusChange event is fired when the
current user changes its Messenger status.
Syntax
OnEvent_MyStatusChange(
[enum] NewStatus
);
Parameters
- NewStatus
-
[enum] New status of
the user, represented by a number taken from the following
enumeration:
|
STATUS_INVISIBLE (2)
STATUS_ONLINE (3)
STATUS_BUSY (4)
STATUS_BRB (5)
STATUS_IDLE (6)
STATUS_AWAY (7)
STATUS_INCALL (8)
STATUS_OUTLUNCH (9)
|
Appear Offline
Online
Busy
Be Right Back
Idle
Away
In a Call
Out to Lunch
|
Return Value
No value has to be returned by this event.
Remarks
This event is fired before the change gets recorded by Messenger
Plus!. This means that the previous status of the current user can
be obtained in the event handler with Messenger::MyStatus.
Messenger Plus! 4.23 and earlier: enumeration names are not
available, numbers must be used instead.
Event Information
| Event Source |
Windows Live Messenger |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Messenger Events.
|