DOCERR: KBDINFO Incorrectly DefinedLast reviewed: January 27, 1995Article ID: Q30898 |
The information in this article applies to:
The KBDINFO structure found in BSESUB.H is incorrectly defined, as follows:
KBDINFO struc
kbxl_cb db ?
kbxl_fsMask db ?
kbxl_chTurnAround db ?
kbxl_fdInterim db ?
kbxl_fsState dw ?
KBDINFO ends
The members of the structure should all be declared as words (dw)
rather than bytes.
|
Additional reference words: 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |