ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

winsock16.h File Reference
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <pshpack1.h>
#include <poppack.h>

Go to the source code of this file.

Data Structures

struct  ws_fd_set16
struct  _ws_hostent16
struct  _ws_protoent16
struct  _ws_servent16
struct  _ws_netent16
struct  LPWSADATA16

Defines

#define WS_FD_CLR16(fd, set)   __WS_FD_CLR((fd),(set), ws_fd_set16)
#define WS_FD_SET16(fd, set)   __WS_FD_SET1((fd),(set), ws_fd_set16)
#define WS_FD_ZERO16(set)   (((ws_fd_set16*)(set))->fd_count=0)
#define WS_FD_ISSET16(fd, set)   __WSAFDIsSet16((SOCKET16)(fd), (ws_fd_set16*)(set))
#define INVALID_SOCKET16   ((SOCKET16)(~0))

Typedefs

typedef UINT16 SOCKET16

Functions

INT16 WINAPI __WSAFDIsSet16 (SOCKET16, ws_fd_set16 *)
INT16 WINAPI WSAStartup16 (UINT16 wVersionRequired, LPWSADATA16 lpWSAData)
void WINAPI WSASetLastError16 (INT16 iError)
INT16 WINAPI WSAUnhookBlockingHook16 (void)
FARPROC16 WINAPI WSASetBlockingHook16 (FARPROC16 lpBlockFunc)
HANDLE16 WINAPI WSAAsyncGetServByName16 (HWND16 hWnd, UINT16 wMsg, LPCSTR name, LPCSTR proto, SEGPTR buf, INT16 buflen)
HANDLE16 WINAPI WSAAsyncGetServByPort16 (HWND16 hWnd, UINT16 wMsg, INT16 port, LPCSTR proto, SEGPTR buf, INT16 buflen)
HANDLE16 WINAPI WSAAsyncGetProtoByName16 (HWND16 hWnd, UINT16 wMsg, LPCSTR name, SEGPTR buf, INT16 buflen)
HANDLE16 WINAPI WSAAsyncGetProtoByNumber16 (HWND16 hWnd, UINT16 wMsg, INT16 number, SEGPTR buf, INT16 buflen)
HANDLE16 WINAPI WSAAsyncGetHostByName16 (HWND16 hWnd, UINT16 wMsg, LPCSTR name, SEGPTR buf, INT16 buflen)
HANDLE16 WINAPI WSAAsyncGetHostByAddr16 (HWND16 hWnd, UINT16 wMsg, LPCSTR addr, INT16 len, INT16 type, SEGPTR buf, INT16 buflen)
INT16 WINAPI WSACancelAsyncRequest16 (HANDLE16 hAsyncTaskHandle)
INT16 WINAPI WSAAsyncSelect16 (SOCKET16 s, HWND16 hWnd, UINT16 wMsg, LONG lEvent)
INT16 WINAPI WSARecvEx16 (SOCKET16 s, char *buf, INT16 len, INT16 *flags)

Generated on Sun May 27 2012 05:58:24 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.