Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
SHELL_SYSMODAL_Message
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include shell.inc
 
VxDcall SHELL_SYSMODAL_Message
 
The SHELL_SYSMODAL_Message service displays system model message box in the
Windows shell.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EBX        Specifies the handle of the virtual machine responsible for the
           message.
 
EAX        Specifies the message box flags. See the MB_ symbols in the
           SHELL.INC file. The MB_SYSTEMMODAL value must be given.
 
ECX        Points to null-terminated string containing the message text.
 
EDI        Points to null-terminated string containing the caption text. If
           this parameter is zero, the service uses the standard caption. If
           this parameter points to an empty string, the message box has no
           caption.
 
Return Value
 
The EAX register contains the response code from the message box. It is one
of the ID symbols defined in the SHELL.INC file.
 
Uses
 
EAX, Flags
 
                                      ♦