Esempio n. 1
0
 internal static extern int uv_pipe_pending_type(NamedPipe handle);
Esempio n. 2
0
 internal static extern int uv_pipe_chmod(NamedPipe handle, int flags);
Esempio n. 3
0
 internal static extern int uv_pipe_pending_count(NamedPipe handle);
Esempio n. 4
0
 internal static extern void uv_pipe_pending_instances(NamedPipe handle, int count);
Esempio n. 5
0
 internal static extern int uv_pipe_getpeername(NamedPipe handle, out IntPtr buffer, ref int length);
Esempio n. 6
0
 internal static extern int uv_pipe_bind(NamedPipe handle, string name);
Esempio n. 7
0
 internal static extern int uv_pipe_init(EventLooper looper, NamedPipe handle, int ipc);