This is part of Family API which allow to create dual-os version of program runs under OS/2 and DOS
Note: This is legacy API call. It is recommended to use 32-bit equivalent
This call directs the mouse driver to flush (empty) the mouse event queue and the monitor chain data for the session.
MouFlushQue (DeviceHandle)
rc (USHORT) - return:Return code descriptions are:
#define INCL_MOU USHORT rc = MouFlushQue(DeviceHandle); HMOU DeviceHandle; /* Mouse device handle */ USHORT rc; /* return code */
EXTRN MouFlushQue:FAR INCL_MOU EQU 1 PUSH WORD DeviceHandle ;Mouse device handle CALL MouFlushQue Returns WORD