1.2.1.7.29 TCPIP_DNS_HandlerDeRegister Function

C

bool TCPIP_DNS_HandlerDeRegister(
    TCPIP_DNS_HANDLE hDns
);

Description

This function deregisters the DNS client event handler.

Preconditions

The DNS module must be initialized.

Paramaters

ParametersDescription
hDnsA handle returned by a previous call to TCPIP_DNS_HandlerRegister().

Returns

  • True - If the call succeeds.

  • False - If no such handler is registered.

Remarks

None.