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.
Set_Mono_Cur_Pos
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     dl, Column      ; current column position
mov     dh, Row         ; current row position
VMMcall Set_Mono_Cur_Pos
 
The Set_Mono_Cur_Pos service sets the current cursor position for the
secondary display.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
Column     Specifies the column position.
 
Row        Specifies the row position.
 
Return Value
 
This service has no return value.
 
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
 
Get_Mono_Cur_Pos