SpringCard LibCs.Windows for .NET  18.10.10
A set of utilities for the Windows platform
SpringCard.LibCs.Windows.MailSlotClient Class Reference

Classes

class  MailSlot
 The class exposes Windows APIs to be used in this code sample.
 
class  SafeLocalMemHandle
 Represents a wrapper class for a local memory pointer.
 
class  SafeMailslotHandle
 Represents a wrapper class for a mailslot handle. More...
 
class  SECURITY_ATTRIBUTES
 The SECURITY_ATTRIBUTES structure contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable. This structure provides security settings for objects created by various functions, such as CreateFile, CreateNamedPipe, CreateProcess, RegCreateKeyEx, or RegSaveKeyEx.
 

Static Public Member Functions

static bool SendTo (string mailSlotName, string message)
 
static SafeMailslotHandle MailSlotCreate (string mailSlotName)
 
static SafeMailslotHandle MailSlotOpen (string mailSlotName)
 

The documentation for this class was generated from the following file: