SETGRAPHICSCURSOR

include vmd.inc
 
mov     eax, SETGRAPHICSCURSOR
mov     edi, OFFSET32 GraphicsCursorStruc
Call    CursorProc
 

Sets a new cursor style for use in graphics mode.

GraphicsCursorStruc
Address of a GRAPHICSCURSOR structure that contains information about the new graphics cursor. A cursor VxD uses the information to draw the cursor in graphics mode.

See also GRAPHICSCURSOR