The PlusWnd::RegisterMessageNotification function allows advanced script developers to hook specific messages in their windows. Any message can be specified for custom processing.
RegisterMessageNotification(
[number] Message,
[boolean,optional] Enable
);
No value is returned by this function.
This function typically fails for the following reason:
This function needs to be called for each message you want to hook. Each time one of those messages is received by the window, an OnWindowidEvent_MessageNotification event is generated.
| Object | PlusWnd |
|---|---|
| Availability | Messenger Plus! Live 4.10 |