Jump to content

MouSetHotKey: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
Defines mouse button or buttons as system hot key.
Defines mouse button or buttons as system hot key.


==Syntax==
==Syntax==
MouSetHotKey (HotKey, DeviceHandle)
==Parameters==
;HotKey
;DeviceHandle
==Return==
*ERROR_GEN_FAILURE
*ERROR_MOUSE_CANT_RESET
*ERROR_MOUSE_INVALID_PARMS
*ERROR_NO_DEVICE


==Related Functions==
==Related Functions==

Latest revision as of 18:12, 14 September 2019

Defines mouse button or buttons as system hot key.

Syntax

MouSetHotKey (HotKey, DeviceHandle)

Parameters

HotKey
DeviceHandle

Return

  • ERROR_GEN_FAILURE
  • ERROR_MOUSE_CANT_RESET
  • ERROR_MOUSE_INVALID_PARMS
  • ERROR_NO_DEVICE

Related Functions