Eneboo - Documentación para desarrolladores
|
#include "qsocketdevice.h"
#include "qwindowdefs.h"
#include "qdatetime.h"
#include <qapplication.h>
#include <string.h>
#include <windows.h>
#include <errno.h>
Clases | |
struct | qt_sockaddr_storage |
struct | qt_in6_addr |
struct | qt_sockaddr_in6 |
'defines' | |
#define | QT_SS_MAXSIZE 128 |
#define | QT_SS_ALIGNSIZE (sizeof(__int64)) |
#define | QT_SS_PAD1SIZE (QT_SS_ALIGNSIZE - sizeof (short)) |
#define | QT_SS_PAD2SIZE (QT_SS_MAXSIZE - (sizeof (short) + QT_SS_PAD1SIZE + QT_SS_ALIGNSIZE)) |
#define | AF_INET6 23 |
#define | SOCKLEN_T int |
#define AF_INET6 23 |
#define QT_SS_ALIGNSIZE (sizeof(__int64)) |
#define QT_SS_MAXSIZE 128 |
#define QT_SS_PAD1SIZE (QT_SS_ALIGNSIZE - sizeof (short)) |
#define QT_SS_PAD2SIZE (QT_SS_MAXSIZE - (sizeof (short) + QT_SS_PAD1SIZE + QT_SS_ALIGNSIZE)) |
#define SOCKLEN_T int |