Set_Mono_Cur_Pos

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.

Parameters

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