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


The Get_Mono_Cur_Pos service retrieves the current cursor position for the secondary display.

Parameters

This service has no parameters.

Return Value

The DL register contains the column position value, and the AH register contains the row position.

Comments

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

Uses

Flags

See Also

Set_Mono_Cur_Pos