tfDnsUpdateClose
Table of Contents >> Application Reference >> Dynamic DNS Update
| #include <trsocket.h> |
| int tfDnsUpdateClose | (ttDnsUpdateHandle dnsUpdateHandle); |
Function Description
End a DNS update session. This terminates any updates in progress and releases all resources allocated to the specified descriptor. The effect of terminating an active update is unpredictable.
Parameters
- dnsUpdateHandle
- A DNS update descriptor handle returned by tfDnsUpdateOpen().
Returns
- TM_ENOERROR
- Success.
- TM_EINVAL
- Invalid descriptor handle.
Table of Contents >> Application Reference >> Dynamic DNS Update