INtime SDK Help
lncNicAddr6Add

Adds an IPv address to the list of IPv4 addresses of a NIC on the node’s network.

DWORD lncNicAddr6Add( 
LPCTSTR szNode,
DWORD dwNic,
LPCTSTR szAddr,
DWORD dwPrefixLen);

Parameters

szNode
(in) the name of the local node.
dwNic
(in) the number of the NIC.
szAddr
(in) the IPv6 address
dwPrefixLen
(in) the number of bits in the prefix (0 .. 63).

Return values

Zero for success or an error code on failure.

Errors

LNCE_BADVAL
the format of szAddr or szMask is incorrect.
LNCE_EXIST
the address already exists for this NIC
LNCE_NODE_NFND
there is no node with the given name
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