TCPIP_IPV6_HandlerDeregister Function

C

bool TCPIP_IPV6_HandlerDeregister(
    IPV6_HANDLE hIpv6
);

Description

This function deregisters a previously registered IPv6 event handler callback function.

Preconditions

The IPv6 stack is initialized and the interface is up and configured.

Parameters

ParametersDescription
hIpv6Handle to registered callback.

Returns

  • True - If deregister successful.

  • False - If deregister is not successful.

Remarks

None.