[DllImport("kernel32.dll")]
static extern IntPtr CreateMailslot(string lpName, uint nMaxMessageSize,
uint lReadTimeout, IntPtr lpSecurityAttributes);
Declare Function CreateMailslot Lib "kernel32.dll" Alias "CreateMailslotA" _
(ByVal lpName As String, _
ByVal nMaxMessageSize As UInt32, _
ByVal lReadTimeoutAs As UInt32, _
ByVal lpSecurityAttributes As IntPtr _
) As IntPtr
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!