CreateMailslot (kernel32)
Last changed: -219.102.115.122

.
Summary

C# Signature:

[DllImport("kernel32.dll", CharSet = CharSet.Auto)]
static extern IntPtr CreateMailslot(string lpName, uint nMaxMessageSize,
   uint lReadTimeout, IntPtr lpSecurityAttributes);

VB Signature:

Declare Function CreateMailslot Lib "kernel32.dll" _
(ByVal lpName As String, _
  ByVal nMaxMessageSize As UInt32, _
  ByVal lReadTimeoutAs As UInt32, _
  ByVal lpSecurityAttributes As IntPtr _
  ) As IntPtr

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation