TCPIP_DHCPS_HandlerDeRegister Function

C

bool TCPIP_DHCPS_HandlerDeRegister(TCPIP_DHCPS_EVENT_HANDLE hDhcp)

Description

Deregisters a previously registered DHCP handler.This function deregisters the DHCP event handler.

Precondition

The DHCP module must be initialized.

Parameters

ParametersDescription
hDhcpA handle returned by a previous call to TCPIP_DHCPS_HandlerRegister.

Returns

- true - if the call succeeds

- false - if no such handler is registered