![]() |
Qt 4.8
|
#include <platformdefs_win.h>
Public Variables | |
| union { | |
| struct { | |
| NLA_INTERNET internet | |
| NLA_CONNECTIVITY_TYPE type | |
| } connectivity | |
| struct { | |
| struct { | |
| WCHAR machineName [256] | |
| WCHAR sharedAdapterName [256] | |
| DWORD speed | |
| DWORD state | |
| DWORD type | |
| } remote | |
| } ICS | |
| struct { | |
| CHAR adapterName [1] | |
| DWORD dwSpeed | |
| DWORD dwType | |
| } interfaceData | |
| struct { | |
| CHAR information [1] | |
| } locationData | |
| CHAR rawData [1] | |
| } | data |
| struct { | |
| DWORD dwSize | |
| DWORD nextOffset | |
| NLA_BLOB_DATA_TYPE type | |
| } | header |
Definition at line 78 of file platformdefs_win.h.
| CHAR NLA_BLOB::adapterName[1] |
Definition at line 93 of file platformdefs_win.h.
| struct { ... } NLA_BLOB::connectivity |
Referenced by QWindowsSockInit2::~QWindowsSockInit2().
| union { ... } NLA_BLOB::data |
Referenced by QNlaThread::parseBlob(), and QWindowsSockInit2::~QWindowsSockInit2().
| DWORD NLA_BLOB::dwSize |
Definition at line 81 of file platformdefs_win.h.
Referenced by QWindowsSockInit2::~QWindowsSockInit2().
| DWORD NLA_BLOB::dwSpeed |
Definition at line 92 of file platformdefs_win.h.
| DWORD NLA_BLOB::dwType |
Definition at line 91 of file platformdefs_win.h.
| struct { ... } NLA_BLOB::header |
Referenced by QNlaThread::parseBlob(), and QWindowsSockInit2::~QWindowsSockInit2().
| struct { ... } NLA_BLOB::ICS |
Referenced by QWindowsSockInit2::~QWindowsSockInit2().
| CHAR NLA_BLOB::information[1] |
Definition at line 98 of file platformdefs_win.h.
| struct { ... } NLA_BLOB::interfaceData |
Referenced by QNlaThread::parseBlob(), and QWindowsSockInit2::~QWindowsSockInit2().
| NLA_INTERNET NLA_BLOB::internet |
Definition at line 104 of file platformdefs_win.h.
| struct { ... } NLA_BLOB::locationData |
Referenced by QWindowsSockInit2::~QWindowsSockInit2().
| WCHAR NLA_BLOB::machineName[256] |
Definition at line 113 of file platformdefs_win.h.
| DWORD NLA_BLOB::nextOffset |
Definition at line 82 of file platformdefs_win.h.
Referenced by QNlaThread::parseBlob(), and QWindowsSockInit2::~QWindowsSockInit2().
| CHAR NLA_BLOB::rawData[1] |
Definition at line 87 of file platformdefs_win.h.
Referenced by QWindowsSockInit2::~QWindowsSockInit2().
| struct { ... } NLA_BLOB::remote |
| WCHAR NLA_BLOB::sharedAdapterName[256] |
Definition at line 114 of file platformdefs_win.h.
| DWORD NLA_BLOB::speed |
Definition at line 110 of file platformdefs_win.h.
| DWORD NLA_BLOB::state |
Definition at line 112 of file platformdefs_win.h.
| NLA_BLOB_DATA_TYPE NLA_BLOB::type |
Definition at line 80 of file platformdefs_win.h.
Referenced by QNlaThread::parseBlob(), and QWindowsSockInit2::~QWindowsSockInit2().
| NLA_CONNECTIVITY_TYPE NLA_BLOB::type |
Definition at line 103 of file platformdefs_win.h.
| DWORD NLA_BLOB::type |
Definition at line 111 of file platformdefs_win.h.