Microsoft KB Archive/30898

From BetaArchive Wiki
Knowledge Base


DOCERR: KBDINFO Incorrectly Defined

Article ID: 30898

Article Last Modified on 11/19/2003



APPLIES TO

  • Microsoft Macro Assembler 5.1 Standard Edition



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.


Additional query words: 5.10

Keywords: KB30898