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