unregister_message
native unregister_message(iMsgId, registeredmsg);
| Parameter |
Description |
| iMsgId | Message id |
| registeredmsg | Registered message id |
Unregisters a message hook previously created with register_message().
You must pass the proper message id and return value from the
message to unregister the message successfully.
Id that can again be passed to register_message() on
success, or 0 if an invalid message id is passed
If an invalid registered message handle is passed, an
error will be thrown.