Platform SDK: Network Management |
The DnsRecordCompare function compares two DNS resource records.
BOOL WINAPI DnsRecordCompare( PDNS_RECORD pRecord1, PDNS_RECORD pRecord2 );
When comparing records, DNS resource records that are stored using different character encoding are treated by the DnsRecordCompare function as different, even if the records are otherwise equivalent.
Returns TRUE if the compared records are equivalent, FALSE if they are not.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Windns.h.
Library: Use Dnsapi.lib.