INtime SDK Help
lncNicAddr6Del

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

DWORD lncNicAddr6Del( 
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_NODE_NFND
there is no node with the given name
LNCE_PAR_NFND
the parameter number is invalid
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