VDD_Hide_Cursor

    include minivdd.inc
    VxDCall VDD_Hide_Cursor
 

The VDD_Hide_Cursor service sets or clears the hide-cursor flag. The virtual mouse device uses this service to turn on and off the hardware cursor such as when the virtual machine is windowed.

Parameters

EAX Specifies whether the cursor should be hidden (nonzero) or displayed (zero).
EBX Specifies a pointer to the control block.

Return Values

This service has no return value.

Uses

Flags