ReactOS 0.4.16-dev-250-g3ecd236
|
#include <nslookup.h>
Public Attributes | |
BOOL | debug |
BOOL | defname |
BOOL | d2 |
BOOL | recurse |
BOOL | search |
BOOL | vc |
BOOL | ignoretc |
BOOL | MSxfr |
CHAR | domain [256] |
CHAR | srchlist [6][256] |
CHAR | root [256] |
DWORD | retry |
DWORD | timeout |
DWORD | ixfrver |
PCHAR | type |
PCHAR | Class |
USHORT | port |
CHAR | DefaultServer [256] |
CHAR | DefaultServerAddress [16] |
Definition at line 66 of file nslookup.h.
PCHAR _STATE::Class |
Definition at line 83 of file nslookup.h.
BOOL _STATE::d2 |
Definition at line 70 of file nslookup.h.
BOOL _STATE::debug |
Definition at line 68 of file nslookup.h.
CHAR _STATE::DefaultServer[256] |
Definition at line 85 of file nslookup.h.
CHAR _STATE::DefaultServerAddress[16] |
Definition at line 86 of file nslookup.h.
BOOL _STATE::defname |
Definition at line 69 of file nslookup.h.
CHAR _STATE::domain[256] |
Definition at line 76 of file nslookup.h.
BOOL _STATE::ignoretc |
Definition at line 74 of file nslookup.h.
DWORD _STATE::ixfrver |
Definition at line 81 of file nslookup.h.
BOOL _STATE::MSxfr |
Definition at line 75 of file nslookup.h.
USHORT _STATE::port |
Definition at line 84 of file nslookup.h.
BOOL _STATE::recurse |
Definition at line 71 of file nslookup.h.
DWORD _STATE::retry |
Definition at line 79 of file nslookup.h.
CHAR _STATE::root[256] |
Definition at line 78 of file nslookup.h.
BOOL _STATE::search |
Definition at line 72 of file nslookup.h.
CHAR _STATE::srchlist[6][256] |
Definition at line 77 of file nslookup.h.
DWORD _STATE::timeout |
Definition at line 80 of file nslookup.h.
PCHAR _STATE::type |
Definition at line 82 of file nslookup.h.
BOOL _STATE::vc |
Definition at line 73 of file nslookup.h.