DOCERR: KBDINFO Incorrectly Defined (30898)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 5.1
This article was previously published under Q30898 SUMMARY
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.
Modification Type: | Minor | Last Reviewed: | 11/19/2003 |
---|
Keywords: | KB30898 |
---|
|