On this page
unregister_key_event_handler
NOTE
Deprecated. Use
fsEventsUnregisterKeyEventHandler instead.
The unregister_key_event_handler function unregisters the key event handler.
Syntax
void unregister_key_event_handler(
GAUGE_KEY_EVENT_HANDLER 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