Int 15/AH=06h

lup.gif ldown.gif Interrups Categories Contents

rbline.gif

MultiDOS Plus - READ MAILBOX

AH = 06h
AL = mailbox number (00h-3Fh)
CX = size of buffer in bytes
ES:DI -> buffer for message

Return:
AH = status 00h successful CX = number of bytes copied DX = actual length of message 02h invalid mailbox number

Note: If the caller's buffer is not large enough, the message is truncated and the remainder is lost

See Also: AH=04h"MultiDOS" - AH=05h"MultiDOS"

Category: DOS-Based Task Switchers/Multitaskers - Int 15h - M

rbline.gif

lup.gif ldown.gif Interrups Categories Contents