Get_Mono_Chr


include vmm.inc

VMMcall Get_Mono_Chr
mov     byte ptr [Char], al         ; character value
mov     byte ptr [Attr], ah         ; character attribute

Retrieves the character and attribute value at the current cursor position. Uses EAX, Flags.

This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.

See also Out_Mono_Chr, Set_Mono_Cur_Pos