Jump to content

Mailslot API: Difference between revisions

From EDM2
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..."
 
(No difference)

Latest revision as of 10:30, 18 August 2018

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