ReactOS 0.4.16-dev-555-g690643f
|
#include <dnslib.h>
Public Attributes | |
LPWSTR | Name |
PDNS_ARRAY | DnsAddrArray |
PHOSTENT | Hostent |
ULONG | AliasCount |
ULONG | Unknown |
LPWSTR | Aliases [8] |
ULONG _DNS_BLOB::AliasCount |
Definition at line 68 of file dnslib.h.
Referenced by SaBlob_CreateFromRecords().
PDNS_ARRAY _DNS_BLOB::DnsAddrArray |
Definition at line 66 of file dnslib.h.
Referenced by SaBlob_Create(), SaBlob_CreateFromIp4(), and SaBlob_CreateFromRecords().
LPWSTR _DNS_BLOB::Name |
Definition at line 65 of file dnslib.h.
Referenced by SaBlob_CreateFromIp4(), SaBlob_CreateFromRecords(), and SaBlob_Query().