en:docs:fapi:mousethotkey

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
en:docs:fapi:mousethotkey [2021/10/07 13:43] – created prokusheven:docs:fapi:mousethotkey [2021/10/15 06:08] prokushev
Line 1: Line 1:
 +{{page>en:templates:fapiint}}
 +
 +====== MouSetHotKey ======
 +
 +
 Defines mouse button or buttons as system hot key. Defines mouse button or buttons as system hot key.
  
-==Syntax==+===== Syntax ===== 
 +<code c>
  MouSetHotKey (HotKey, DeviceHandle)  MouSetHotKey (HotKey, DeviceHandle)
 +</code>
 +===== Parameters =====
 +
 +
 +  * HotKey
 +  * DeviceHandle
 +
 +===== Return =====
 +
 +  *ERROR_GEN_FAILURE
 +  *ERROR_MOUSE_CANT_RESET
 +  *ERROR_MOUSE_INVALID_PARMS
 +  *ERROR_NO_DEVICE
  
-==Parameters== +===== Related Functions =====
-;HotKey +
-;DeviceHandle+
  
-==Return== +[[MouGetHotKey]]
-*ERROR_GEN_FAILURE +
-*ERROR_MOUSE_CANT_RESET +
-*ERROR_MOUSE_INVALID_PARMS +
-*ERROR_NO_DEVICE+
  
-==Related Functions== 
-* [[MouGetHotKey]] 
  
-[[Category:Mou]]