Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:fapi:kbdderegister [2021/10/06 13:18] – created prokushev | en:docs:fapi:kbdderegister [2021/11/04 13:24] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{page> | ||
+ | |||
+ | ====== KbdDeRegister ====== | ||
+ | |||
This call deregisters a keyboard subsystem previously registered within a session. Only the process that issued the [[KbdRegister]] may issue KbdDeRegister. | This call deregisters a keyboard subsystem previously registered within a session. Only the process that issued the [[KbdRegister]] may issue KbdDeRegister. | ||
- | ==Syntax== | + | ===== Syntax ===== |
+ | <code c> | ||
| | ||
+ | </ | ||
- | ==Return Code== | + | ===== Return Code ===== |
- | ;rc (USHORT) - return: | + | |
- | * 0 NO_ERROR | + | |
- | * 411 ERROR_KBD_DEREGISTER | + | |
- | * 464 ERROR_KBD_DETACHED | + | |
- | * 504 ERROR_KBD_EXTENDED_SG | + | |
- | ==Bindings== | + | rc (USHORT) - return: |
- | ===C=== | + | |
- | <PRE> | + | * 0 NO_ERROR |
+ | * 411 ERROR_KBD_DEREGISTER | ||
+ | * 464 ERROR_KBD_DETACHED | ||
+ | * 504 ERROR_KBD_EXTENDED_SG | ||
+ | |||
+ | ===== Bindings ===== | ||
+ | |||
+ | ====C==== | ||
+ | <code c> | ||
#define INCL_KBD | #define INCL_KBD | ||
Line 19: | Line 28: | ||
USHORT | USHORT | ||
- | </PRE> | + | </code> |
- | ===MASM=== | + | ====MASM==== |
- | <PRE> | + | <code asm> |
EXTRN KbdDeRegister: | EXTRN KbdDeRegister: | ||
INCL_KBD | INCL_KBD | ||
Line 29: | Line 38: | ||
Returns WORD | Returns WORD | ||
- | </PRE> | + | </code> |
+ | |||
+ | {{page> | ||
- | [[Category: | ||