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.
This service has no parameters.
The DL register contains the column position value, and the AH register contains the row position.
This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.
Flags