MouSetHotKey: Difference between revisions
Appearance
Created page with "image:legacy.png ==Description== Defines mouse button or buttons as system hot key, ==Syntax== <PRE> </PRE> ==Parameters== ; ==Return Code== ==Remarks== ==Example ..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Defines mouse button or buttons as system hot key. | |||
Defines mouse button or buttons as system hot key | |||
==Syntax== | ==Syntax== | ||
MouSetHotKey (HotKey, DeviceHandle) | |||
==Parameters== | ==Parameters== | ||
; | ;HotKey | ||
;DeviceHandle | |||
==Return== | |||
== | *ERROR_GEN_FAILURE | ||
*ERROR_MOUSE_CANT_RESET | |||
*ERROR_MOUSE_INVALID_PARMS | |||
*ERROR_NO_DEVICE | |||
==Related Functions== | ==Related Functions== | ||
* | * [[MouGetHotKey]] | ||
[[Category: | [[Category:Mou]] |
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