Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Out_Debug_Chr
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     al, Char        ; character to write
VMMcall Out_Debug_Chr
 
The Out_Debug_Chr service writes a character to the debugging device.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
Char       Specifies the character to write to the debugging device.
 
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
 
EAX
 
See Also
 
Out_Debug_String