Jump to content

MouSetHotKey: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
Defines mouse button or buttons as system hot key.
 
==Description==
Defines mouse button or buttons as system hot key,


==Syntax==
==Syntax==
<PRE>
MouSetHotKey (HotKey, DeviceHandle)


</PRE>
==Parameters==
==Parameters==
;  
;HotKey
 
;DeviceHandle
==Return Code==
 
==Remarks==


 
==Return==
==Example Code==
*ERROR_GEN_FAILURE
 
*ERROR_MOUSE_CANT_RESET
<PRE>
*ERROR_MOUSE_INVALID_PARMS
 
*ERROR_NO_DEVICE
</PRE>


==Related Functions==
==Related Functions==
*  
* [[MouGetHotKey]]
 


[[Category:The OS/2 API Project]]
[[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

Related Functions