TCPIP_DNSS_Disable Function

C

bool TCPIP_DNSS_Disable(
    TCPIP_NET_HANDLE hNet
);

Description

This function disables the DNS Server for the specified interface. If it is already disabled, no action is taken.

Preconditions

The DNS server must be initialized.

Parameters

ParametersDescription
hNetInterface to disable the DNS server on.

Returns

  • True - If successful.

  • False - If unsuccessful.

Remarks

None.