unregister_key_event_handler_EX1
NOTE: Deprecated. Use fsEventsUnregisterKeyEventHandler instead.
The unregister_key_event_handler_EX1 function unregisters the key event handler.
Syntax
void unregister_key_event_handler(
GAUGE_KEY_EVENT_HANDLER_EX1 handler,
PVOID userdata
);
Members
| Parameters | Description |
|---|---|
handler |
Specifies the handler function. |
userdata |
Specifies the user data value specified when creating the handler function. |
Return Values
This function does not return a value.
Remarks
N/A