msEventUnregister (Function) |
Top Previous Next |
Remove specified event handler.
After an event has been triggered it is automatically unregistered. The exception to this is shock and acceleration events. Unregistering the last registered shock or acceleration event disables shock or acceleration detection, and there must be registered a new to continue detection.
Input: Event : DINT The event ID given from msEventRegister of the event handler to unregister.
Returns: INT
Declaration FUNCTION msEventUnregister : INT;
Example: ... |