DOCERR: KBDINFO Incorrectly Defined

ID: Q30898


The information in this article applies to:
  • Microsoft Macro Assembler for MS-DOS, version 5.1


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.

Additional query words: 5.10

Keywords :
Version : :5.1
Platform :
Issue type :


Last Reviewed: January 4, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.