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
ParametersDescription
handlerSpecifies the handler function.
userdataSpecifies the user data value specified when creating the handler function.

 

Return Values

This function does not return a value.

 

Remarks

N/A