Specifications
Operating System Routines
EXE$SNDEVMSG
EXE$SNDEVMSG then calls EXE$WRTMAILBOX to send the message to a
mailbox.
EXE$SNDEVMSG can fail for any of the following reasons:
• The message is too large for the mailbox (SS$_MBTOOSML).
• The message mailbox is full of messages (SS$_MBFULL).
• The system is unable to allocate memory for the message (SS$_INSFMEM).
• The caller lacks privilege to write to the mailbox (SS$_NOPRIV).
3–60