%HI_DisableHIHotKeys function


Function
Control function that disables/enables the HI process shortcut.
Declaration
%HI_DisableHIHotKeys(IN BOOL _bDisable)
Parameters
_bDisabledisables/enables the HI process shortcut
Description

Keyboard shortcuts defined by the %HI_RegKeyHandler function may conflict with the HI process shortcuts. Therefore, the %HI_DisableHIHotKeys function has been created to disable the HI process keyboard shortcuts.

Example


 ; disable HI process keyboard shortcuts
 %HI_DisableHIHotKeys(@TRUE) 
 
 

 

Napíšte komentár