Navigation

Operators and Keywords

Function List:

C++ API

w32sock.h File Reference

#include <errno.h>
#include <fcntl.h>
#include <io.h>
Include dependency graph for w32sock.h:

Go to the source code of this file.

Defines

#define FD_TO_SOCKET(fd)   ((SOCKET) _get_osfhandle ((fd)))
#define SOCKET_TO_FD(fh)   (_open_osfhandle ((long) (fh), O_RDWR | O_BINARY))

Define Documentation

#define FD_TO_SOCKET (   fd  )     ((SOCKET) _get_osfhandle ((fd)))
#define SOCKET_TO_FD (   fh  )     (_open_osfhandle ((long) (fh), O_RDWR | O_BINARY))
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines