Example #1
0
 public static extern IntPtr CreateEvent(LPSECURITY_ATTRIBUTES options, bool manual, bool initialState, string name);
Example #2
0
 public static extern IntPtr CreateMailslot(string name, int capacity, int timeOut, LPSECURITY_ATTRIBUTES options);
Example #3
0
 public static extern IntPtr CreateFile(string name, int access, int shareMode, LPSECURITY_ATTRIBUTES options, int creationDisposition, int attributes, IntPtr template);
Example #4
0
 public static extern IntPtr CreateSemaphore(ref LPSECURITY_ATTRIBUTES options, long initCnt, long maxCnt, string name);