INtime SDK Help
lncNicAddr4Del

Removes an IPv4 address from a NIC on the node’s network.

DWORD lncNicAddr4Del( 
LPCTSTR szNode,
DWORD dwNic,
DWORD dwAddr);

Parameters

szNode
(in) the name of the local node.
dwNic
(in) the number of the NIC.
dwAddr
(in) the number of the address.

Return values

Zero for success or an error code on failure.

Errors

LNCE_PAR_NFND
the parameter number is invalid
LNCE_READERR
there is a problem reading the configuration file
LNCE_SECTION_NFND
there is no NIC with the number dwNic

Requirements

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

LNC