Platform SDK: Network Management |
The DnsRecordSetCompare function compares two resource record sets.
BOOL WINAPI DnsRecordSetCompare ( PDNS_RECORD pRR1, PDNS_RECORD pRR2, PDNS_RECORD *ppDiff1, PDNS_RECORD *ppDiff2 );
When comparing record sets, DNS resource records that are stored using different character encoding are treated by the DnsRecordSetCompare function as equivalent. Contrast this to the DnsRecordCompare function, in which equivalent records with different encoding are not returned as equivalent records.
Returns TRUE if the compared record sets are equivalent, FALSE if they are not.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Windns.h.
Library: Use Dnsapi.lib.