Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DNS_FREE_TYPE enumeration specifies the type of data to free.
Syntax
typedef enum {
DnsFreeFlat = 0,
DnsFreeRecordList,
DnsFreeParsedMessageFields
} DNS_FREE_TYPE;
Constants
DnsFreeFlatValue: 0 The data freed is a flat structure. |
DnsFreeRecordListThe data freed is a Resource Record list, and includes subfields of the DNS_RECORD structure. Resources freed include structures returned by the DnsQuery and DnsRecordSetCopyEx functions. |
DnsFreeParsedMessageFieldsThe data freed is a parsed message field. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | windns.h |