Moving the Pointer: DrvMovePointer

If DrvSetPointerShape is included in the driver, then DrvMovePointer must also be supported. This function moves a driver-managed pointer to a new position. Because GDI serializes calls to pointer functions, DrvMovePointer is not be called while any thread is drawing in the display driver, unless the GCAPS_ASYNCMOVE flag has been set in the DEVINFO structure.

The driver should call EngMovePointer to have GDI move an engine-managed pointer on the device. The driver requests that GDI manage the cursor by calling EngSetPointerShape.