include minivdd.inc
VxDCall VDD_Msg_TextOut
The VDD_Msg_TextOut service writes the specified text to the screen using the foreground and background colors specified by the VDD_Msg_BakColor and VDD_Msg_ForColor services.
ESI | Specifies the address of the string to display. |
ECX | Specifies the length in bytes of the string. |
EAX | Specifies the row position for the start of the displayed string. |
EDX | Specifies the column position for the start of the displayed string. |
EBX | Specifies the virtual machine handle |
This service has no return value.
A virtual device that uses this service must issue a Begin_Message_Mode control message before calling this service.
Flags