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