IGNORES THE USER EVENTS
ACTION
The command OFF_USER_EVENT ignores the user event when it occurs.
The event subprogram is defined by the command ON_USER_EVENT L which assigns the label L as the starting point of the event subprogram.
SYNTAX:
OFF_USER_EVENT
USE ERROR EXAMPLE
label event_handler
print handle(0)
on_user_event event_handler
dll_on "MyDLL.dll"
print dll_call1("USER_EVENT",handle(0))
dll_off
end
event_handler:
message "event triggered by USER_EVENT of DLL"
off_user_event
return
OFF_USER_EVENT
OFF_USER_EVENT
SEE ALSO
ON_USER_EVENT
USER_EVENT_LPARAM
USER_EVENT_WPARAM