INtime SDK Help
lncNetRoute6Del

Removes an IPv6 route from the node's network.

DWORD lncNetRoute6Del(
LPCTSTR szNode,
DWORD dwRoute6);

Parameters

szNode
(in) the name of the local node.
dwRoute6
(in) the number of the route in the list of IPv6 routes.

Return values

Zero for success or an error code on failure.

Errors

LNCE_READERR
the configuration file cannot be read
LNCE_SECTION_NFND
there is no IPv6 route with the number dwRoute6.

Requirements

Versions Defined in Include Link to
INtime 5.2 intime/nt/include/lnc.h lnc.h lnc.lib
See Also

LNC