Int 21/AH=E1h/SF=04h

Prev Next Ralf Interrups Categories Contents

------

Novell NetWare - MESSAGE SERVICES - SEND PERSONAL MESSAGE

AH = E1h subfn 04h
DS:SI -> request buffer (see #01826)
ES:DI -> reply buffer (see #01827)

Return:
AL = status 00h successful FEh I/O error or out of dynamic workspace

Notes: This function is supported by NetWare 4.0+ and Advanced NetWare 1.0-2.x. Message pipes use CPU time on the file server; IPX, SPX, or NetBIOS connections should be used for peer-to-peer communications as these protocols do not use file server time

See Also: AH=E1h/SF=00h - AH=E1h/SF=05h - AH=E1h/SF=06h -

Format of NetWare "Send Personal Message" request buffer: Offset Size Description (Table 01826) 00h WORD length of following data (max E5h) 02h BYTE 04h (subfunction "Send Personal Message") 03h BYTE number of connections (01h-64h) 04h N BYTEs list of connections to receive broadcast message. BYTE length of message (01h-7Eh) N BYTEs message (no control characters or characters > 7Eh)

See Also: #01827

Format of NetWare "Send Personal Message" reply buffer: Offset Size Description (Table 01827) 00h WORD (call) size of following results buffer (max 65h) 02h BYTE number of connections 03h N BYTEs list of per-connection results 00h successful FCh message rejected because queue is full (contains 6 msgs) FDh incomplete pipe FFh failed

See Also: #01826

Category: Netware - Int 21h - N

------

Prev Next Ralf Interrups Categories Contents