TCPIP_DNSS_Enable Function
C
bool TCPIP_DNSS_Enable(
TCPIP_NET_HANDLE hNet
);
Description
This function enables the DNS Server for the specified interface, if it is disabled. If it is already enabled, nothing is done.
Preconditions
The DNS server must be initialized.
Parameters
| Parameters | Description |
|---|---|
| hNet | Interface to enable the DNS server on. |
Returns
- True - If successful.
- False - If unsuccessful.
Remarks
None.
