1.2.1.8.9 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

ParametersDescription
hNetInterface to enable the DNS server on.

Returns

  • True - If successful.

  • False - If unsuccessful.

Remarks

None.