Platform SDK: Network Management |
The DnsRecordSetCopyEx function creates a copy of a specified resource record set. The DnsRecordSetCopyEx function is also capable of converting the character encoding during the copy operation.
PDNS_RECORD WINAPI DnsRecordSetCopyEx( PDNS_RECORD pRecordSet, DNS_CHARSET CharSetIn, DNS_CHARSET CharSetOut );
The CharSetIn parameter is used only if the character encoding of the source resource record set is not specified in pRecordSet.
Successful execution returns a pointer to the (newly created) destination record set. Otherwise, it returns NULL.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Windns.h.
Library: Use Dnsapi.lib.