include vmd.inc
mov eax, SETTEXTCURSOR
mov edi, OFFSET32 TextCursorStruc
Call CursorProc
Sets a new cursor style for use in text mode.
No return value.
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.