Newer
Older
Microsoft / fastfngr / FASTFNGR.BAS
@tundra tundra on 24 May 2012 193 bytes Initial revision
'HOTKEY.DLL functions
DefInt A-Z

Declare Function CreateHK& Lib "HOTKEY.DLL" (ByVal KeyCode, ByVal Shift, ByVal hWnd, ByVal UserVK)
Declare Sub KillHK Lib "HOTKEY.DLL" (ByVal hHotKey&)