Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Get_Mono_Cur_Pos
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
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