Jump to content

Mailslot API

From EDM2
Revision as of 11:30, 18 August 2018 by Ak120 (talk | contribs) (Created page with "One-way IPC ;Header files:NETCONS.H, NETERR.H, MAILSLOT.H ;Defines:INCL_NETERRORS, INCL_NETMAILSLOT ;Includes:LAN.H ==Functions== *DosDeleteMailslot - removes mailslot *DosM...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

One-way IPC

Header files
NETCONS.H, NETERR.H, MAILSLOT.H
Defines
INCL_NETERRORS, INCL_NETMAILSLOT
Includes
LAN.H

Functions

  • DosDeleteMailslot - removes mailslot
  • DosMailslotInfo - retrieves information
  • DosMakeMailslot - creates a mailslot and returns handle
  • DosPeekMailslot - reads current message without removing
  • DosReadMailslot - reads current message with removing
  • DosWriteMailslot - writes a message