INtime SDK Help
lncNetRoute4Del

Removes an IPv4 route from the node's network.

DWORD lncNetRoute4Del( 
LPCTSTR szNode,
DWORD dwRoute4);

Parameters

szNode
(in) the name of the local node.
dwRoute4
(in) the number of the route in the list of IPv4 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 IPv4 route with the number dwRoute4.

Requirements

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

LNC