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
| Parameters | Description |
|---|---|
| htftpc | A handle returned by a previous call to TCPIP_TFTPC_HandlerRegister. |
Returns
- True - If the call succeeds.
- False - If no such handler is registered.
