Set_Mono_Cur_Pos

include vmm.inc

mov     dl, Column      ; current column position
mov     dh, Row         ; current row position
VMMCall Set_Mono_Cur_Pos
 

Sets the current cursor position for the secondary display. Uses Flags.

Column
Column position.
Row
Row position.

This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.

See Also

Get_Mono_Cur_Pos