◄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 ♦