include vmm.inc mov ebx, VM ; VM handle mov eax, Begin_Message_Mode |
The Begin_Message_Mode message notifies the virtual display, keyboard, and mouse devices to prepare to display messages and read input from the keyboard. The system sends this message if Windows cannot display the requested warning or error message.
VM
Specifies a handle identifying the virtual machine entering message mode.
The carry flag must be clear.
This message is usually processed only by the virtual keyboard, mouse, and display devices.
Flags