SpringCard LibCs.Windows for .NET  18.10.10
A set of utilities for the Windows platform
SpringCard.LibCs.Windows.MailSlotServer.MailSlot Member List

This is the complete list of members for SpringCard.LibCs.Windows.MailSlotServer.MailSlot, including all inherited members.

CloseHandle(SafeMailslotHandle handle) (defined in SpringCard.LibCs.Windows.MailSlotServer.MailSlot)SpringCard.LibCs.Windows.MailSlotServer.MailSlot
ConvertStringSecurityDescriptorToSecurityDescriptor(string sddlSecurityDescriptor, int sddlRevision, out SafeLocalMemHandle pSecurityDescriptor, IntPtr securityDescriptorSize)SpringCard.LibCs.Windows.MailSlotServer.MailSlot
CreateFile(string fileName, FileDesiredAccess desiredAccess, FileShareMode shareMode, IntPtr securityAttributes, FileCreationDisposition creationDisposition, int flagsAndAttributes, IntPtr hTemplateFile)SpringCard.LibCs.Windows.MailSlotServer.MailSlot
CreateMailslot(string mailslotName, uint nMaxMessageSize, int lReadTimeout, SECURITY_ATTRIBUTES securityAttributes)SpringCard.LibCs.Windows.MailSlotServer.MailSlot
GetMailslotInfo(SafeMailslotHandle hMailslot, IntPtr lpMaxMessageSize, out int lpNextSize, out int lpMessageCount, IntPtr lpReadTimeout)SpringCard.LibCs.Windows.MailSlotServer.MailSlot
ReadFile(SafeMailslotHandle handle, byte[] bytes, int numBytesToRead, out int numBytesRead, IntPtr overlapped)SpringCard.LibCs.Windows.MailSlotServer.MailSlot
WriteFile(SafeMailslotHandle handle, byte[] bytes, int numBytesToWrite, out int numBytesWritten, IntPtr overlapped)SpringCard.LibCs.Windows.MailSlotServer.MailSlot