DnsRecordSetCopyEx function
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.
Syntax
PDNS_RECORD WINAPI DnsRecordSetCopyEx( _In_ PDNS_RECORD pRecordSet, _In_ DNS_CHARSET CharSetIn, _In_ DNS_CHARSET CharSetOut );
Parameters
- pRecordSet [in]
-
A pointer to a DNS_RECORD structure that contains the resource record set to be copied.
- CharSetIn [in]
-
A DNS_CHARSET value that specifies the character encoding of the source resource record set.
- CharSetOut [in]
-
A DNS_CHARSET value that specifies the character encoding required of the destination record set.
Return value
Successful execution returns a pointer to the newly created destination record set. Otherwise, it returns null.
Remarks
The CharSetIn parameter is used only if the character encoding of the source resource record set is not specified in pRecordSet.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also