Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Get_Mono_Chr
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Get_Mono_Chr
mov     byte ptr [Char], al         ; character value
mov     byte ptr [Attr], ah         ; character attribute
 
The Get_Mono_Chr service retrieves the character and attribute value at the
current cursor position.
 
This service has no parameters.
 
Return Value
 
The AL register contains the character value, and the AH register contains
the character attribute.
 
Comments
 
This service has no effect in the retail version of Windows. It is intended
to be used with the debugging version.
 
Uses
 
EAX, Flags
 
See Also
 
Out_Mono_Chr, Set_Mono_Cur_Pos