1.2.1.22.7 TCPIP_TFTPC_HandlerDeRegister Function

C

bool TCPIP_TFTPC_HandlerDeRegister(
    TCPIP_TFTPC_HANDLE hDhcp
);

Description

This function deregisters the TFTP client event handler.

Preconditions

The TFTP client module must be initialized.

Preconditions

The TFTP client module must be initialized.

Parameters

ParametersDescription
htftpcA handle returned by a previous call to TCPIP_TFTPC_HandlerRegister.

Returns

  • True - If the call succeeds.

  • False - If no such handler is registered.