ioctl12.hlp (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.
MOU_DISPLAYMODECHANGE (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
USHORT DosDevIOCtl(0L, 0L, 0x005D, 0x0007, hDevice)
HFILE hDevice;    /* device handle */
 
The MOU_DISPLAYMODECHANGE function notifies the mouse device driver that a
display-mode change is complete.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hDevice    Identifies the pointing device that receives the device-control
           function. This handle must have been created previously by using
           the DosOpen function.
 
Return Value
 
The return value is zero if the function is successful. Otherwise, it is an
error value.
 
Comments
 
The MOU_DISPLAYMODECHANGE function notifies the mouse that a mode switch is
complete and that drawing is allowed. The pointer is redrawn if it was
hidden when the mode switch began.
 
See Also
 
DosDevIOCtl, DosOpen, VioSetMode