Get_Mono_Cur_Pos


include vmm.inc

VMMcall Get_Mono_Cur_Pos
mov     byte ptr [Column], dl         ; current column position
mov     byte ptr [Row], dh            ; current row position

Retrieves the current cursor position for the secondary display. Uses flags.

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

See also Set_Mono_Cur_Pos