- AFD_POLL_HANDLE_INFO
alias AFD_POLL_HANDLE_INFO = _AFD_POLL_HANDLE_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- AFD_POLL_INFO
alias AFD_POLL_INFO = _AFD_POLL_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- CONDITION_VARIABLE
alias CONDITION_VARIABLE = PVOID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_ACCEPTEX
alias LPFN_ACCEPTEX = ExternWindows!(BOOL function(SOCKET sListenSocket, SOCKET sAcceptSocket, PVOID lpOutputBuffer, DWORD dwReceiveDataLength, DWORD dwLocalAddressLength, DWORD dwRemoteAddressLength, LPDWORD lpdwBytesReceived, LPOVERLAPPED lpOverlapped))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_CONNECTEX
alias LPFN_CONNECTEX = ExternWindows!(BOOL function(SOCKET s, inout(sockaddr)* name, int namelen, PVOID lpSendBuffer, DWORD dwSendDataLength, LPDWORD lpdwBytesSent, LPOVERLAPPED lpOverlapped))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_DISCONNECTEX
alias LPFN_DISCONNECTEX = ExternWindows!(BOOL function(SOCKET hSocket, LPOVERLAPPED lpOverlapped, DWORD dwFlags, DWORD reserved))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_GETACCEPTEXSOCKADDRS
alias LPFN_GETACCEPTEXSOCKADDRS = ExternWindows!(void function(PVOID lpOutputBuffer, DWORD dwReceiveDataLength, DWORD dwLocalAddressLength, DWORD dwRemoteAddressLength, LPSOCKADDR* LocalSockaddr, LPINT LocalSockaddrLength, LPSOCKADDR* RemoteSockaddr, LPINT RemoteSockaddrLength))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_TRANSMITFILE
alias LPFN_TRANSMITFILE = ExternWindows!(BOOL function(SOCKET hSocket, HANDLE hFile, DWORD nNumberOfBytesToWrite, DWORD nNumberOfBytesPerSend, LPOVERLAPPED lpOverlapped, LPTRANSMIT_FILE_BUFFERS lpTransmitBuffers, DWORD dwFlags))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_WSARECV
alias LPFN_WSARECV = ExternWindows!(int function(SOCKET socket, LPWSABUF buffers, DWORD buffer_count, LPDWORD bytes, LPDWORD flags, LPWSAOVERLAPPED overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPFN_WSARECVFROM
alias LPFN_WSARECVFROM = ExternWindows!(int function(SOCKET socket, LPWSABUF buffers, DWORD buffer_count, LPDWORD bytes, LPDWORD flags, sockaddr* addr, LPINT addr_len, LPWSAOVERLAPPED overlapped, LPWSAOVERLAPPED_COMPLETION_ROUTINE completion_routine))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LPWSAPOLLFD
alias LPWSAPOLLFD = pollfd*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- NTSTATUS
alias NTSTATUS = LONG
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PAFD_POLL_HANDLE_INFO
alias PAFD_POLL_HANDLE_INFO = _AFD_POLL_HANDLE_INFO*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PAFD_POLL_INFO
alias PAFD_POLL_INFO = _AFD_POLL_INFO*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PCONDITION_VARIABLE
alias PCONDITION_VARIABLE = PVOID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PNTSTATUS
alias PNTSTATUS = NTSTATUS*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PSRWLOCK
alias PSRWLOCK = RTL_SRWLOCK*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PWSAPOLLFD
alias PWSAPOLLFD = pollfd*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- RTL_SRWLOCK
alias RTL_SRWLOCK = PVOID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SRWLOCK
alias SRWLOCK = RTL_SRWLOCK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_APPEND
alias UV_FS_O_APPEND = _O_APPEND
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_CREAT
alias UV_FS_O_CREAT = _O_CREAT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_EXCL
alias UV_FS_O_EXCL = _O_EXCL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_RANDOM
alias UV_FS_O_RANDOM = _O_RANDOM
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_RDONLY
alias UV_FS_O_RDONLY = _O_RDONLY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_RDWR
alias UV_FS_O_RDWR = _O_RDWR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_SEQUENTIAL
alias UV_FS_O_SEQUENTIAL = _O_SEQUENTIAL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_SHORT_LIVED
alias UV_FS_O_SHORT_LIVED = _O_SHORT_LIVED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_TEMPORARY
alias UV_FS_O_TEMPORARY = _O_TEMPORARY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_TRUNC
alias UV_FS_O_TRUNC = _O_TRUNC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_WRONLY
alias UV_FS_O_WRONLY = _O_WRONLY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_BLOCK
alias UV__DT_BLOCK = UV_DIRENT_BLOCK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_CHAR
alias UV__DT_CHAR = UV_DIRENT_CHAR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_DIR
alias UV__DT_DIR = UV_DIRENT_DIR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_FIFO
alias UV__DT_FIFO = UV_DIRENT_FIFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_FILE
alias UV__DT_FILE = UV_DIRENT_FILE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_LINK
alias UV__DT_LINK = UV_DIRENT_LINK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV__DT_SOCKET
alias UV__DT_SOCKET = UV_DIRENT_SOCKET
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- WSAPOLLFD
alias WSAPOLLFD = pollfd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv__dirent_t
alias uv__dirent_t = uv__dirent_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_file
alias uv_file = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_gid_t
alias uv_gid_t = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_mutex_t
alias uv_mutex_t = CRITICAL_SECTION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_once_t
alias uv_once_t = uv_once_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_fd_t
alias uv_os_fd_t = HANDLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_os_sock_t
alias uv_os_sock_t = SOCKET
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pid_t
alias uv_pid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_sem_t
alias uv_sem_t = HANDLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_thread_t
alias uv_thread_t = HANDLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_uid_t
alias uv_uid_t = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- F_OK
enum F_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- LOCALE_INVARIANT
enum LOCALE_INVARIANT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- MAX_PIPENAME_LEN
enum MAX_PIPENAME_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- R_OK
enum R_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SIGABRT_COMPAT
enum SIGABRT_COMPAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SIGHUP
enum SIGHUP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SIGKILL
enum SIGKILL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SIGWINCH
enum SIGWINCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- S_IFLNK
enum S_IFLNK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_DIRECT
enum UV_FS_O_DIRECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_DIRECTORY
enum UV_FS_O_DIRECTORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_DSYNC
enum UV_FS_O_DSYNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_EXLOCK
enum UV_FS_O_EXLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_FILEMAP
enum UV_FS_O_FILEMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_NOATIME
enum UV_FS_O_NOATIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_NOCTTY
enum UV_FS_O_NOCTTY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_NOFOLLOW
enum UV_FS_O_NOFOLLOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_NONBLOCK
enum UV_FS_O_NONBLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_SYMLINK
enum UV_FS_O_SYMLINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_O_SYNC
enum UV_FS_O_SYNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_MSAFD_PROVIDER_COUNT
enum UV_MSAFD_PROVIDER_COUNT;
- UV_REQ_TYPE_PRIVATE
enum UV_REQ_TYPE_PRIVATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- W_OK
enum W_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- X_OK
enum X_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _WIN32_WINNT
enum _WIN32_WINNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- HAVE_DIRENT_TYPES
template HAVE_DIRENT_TYPES()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_ASYNC_PRIVATE_FIELDS
template UV_ASYNC_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_CHECK_PRIVATE_FIELDS
template UV_CHECK_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_CONNECT_PRIVATE_FIELDS
template UV_CONNECT_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_DIR_PRIVATE_FIELDS
template UV_DIR_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_EVENT_PRIVATE_FIELDS
template UV_FS_EVENT_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_FS_PRIVATE_FIELDS
template UV_FS_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_GETADDRINFO_PRIVATE_FIELDS
template UV_GETADDRINFO_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_GETNAMEINFO_PRIVATE_FIELDS
template UV_GETNAMEINFO_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_HANDLE_PRIVATE_FIELDS
template UV_HANDLE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_IDLE_PRIVATE_FIELDS
template UV_IDLE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_LOOP_PRIVATE_FIELDS
template UV_LOOP_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_PIPE_PRIVATE_FIELDS
template UV_PIPE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_POLL_PRIVATE_FIELDS
template UV_POLL_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_PREPARE_PRIVATE_FIELDS
template UV_PREPARE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_PRIVATE_REQ_TYPES
template UV_PRIVATE_REQ_TYPES()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_PROCESS_PRIVATE_FIELDS
template UV_PROCESS_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_REQ_PRIVATE_FIELDS
template UV_REQ_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_SHUTDOWN_PRIVATE_FIELDS
template UV_SHUTDOWN_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_SIGNAL_PRIVATE_FIELDS
template UV_SIGNAL_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_STREAM_PRIVATE_FIELDS
template UV_STREAM_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_TCP_PRIVATE_FIELDS
template UV_TCP_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_TIMER_PRIVATE_FIELDS
template UV_TIMER_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_TTY_PRIVATE_FIELDS
template UV_TTY_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_UDP_PRIVATE_FIELDS
template UV_UDP_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_UDP_SEND_PRIVATE_FIELDS
template UV_UDP_SEND_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_WORK_PRIVATE_FIELDS
template UV_WORK_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- UV_WRITE_PRIVATE_FIELDS
template UV_WRITE_PRIVATE_FIELDS()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_connection_fields
template uv_pipe_connection_fields()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_pipe_server_fields
template uv_pipe_server_fields()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stream_connection_fields
template uv_stream_connection_fields()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_stream_server_fields
template uv_stream_server_fields()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_connection_fields
template uv_tcp_connection_fields()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uv_tcp_server_fields
template uv_tcp_server_fields()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.