KbdRegister
Bindings: C,
MASM
This call registers a keyboard subsystem within a session.
KbdRegister
(ModuleName, EntryPoint, FunctionMask)
ModuleName (PSZ) - input
Address of the dynamic
link module name. Maximum length is 9 bytes (including ASCIIZ terminator).
EntryPoint (PSZ) - input
Address
of the dynamic link entry point name of a routine that receives control
when any of the registered functions are called. Maximum length is 33 bytes
(including ASCIIZ terminator).
FunctionMask (ULONG)
- input
A bit mask where each bit identifies a keyboard
function being registered. The bit values are:
Bit
31-15
Reserved, must be set to zero.
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
rc (USHORT)
- return