SETTEXTCURSOR

include vmd.inc
 
mov     eax, SETTEXTCURSOR
mov     edi, OFFSET32 TextCursorStruc
Call    CursorProc
 

Sets a new cursor style for use in text mode.

TextCursorStruc
Address of a TEXTCURSOR structure that contains information about the new text cursor. A cursor VxD uses the information to draw the cursor in text mode.

See also TEXTCURSOR