msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
MONIN (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSMONITORS
 
typedef struct _MONIN {    /* mnin */
    USHORT cb;
    BYTE   abReserved[18];
    BYTE   abBuffer[108];
} MONIN;
 
The MONIN structure contains monitor-input information.
 
Field           Description
────────────────────────────────────────────────────────────────────────────
 
cb              Specifies the length of the structure (in bytes). The
                structure must be at least 64 bytes; 128 bytes is the
                recommended length.
 
abReserved[18]  Specifies a reserved space.
 
abBuffer[108]   Specifies a buffer area which must be greater than or equal
                to the buffer used by the device driver.
 
See Also
 
DosMonReg, MONOUT