Moves an IPv6 address for a NIC on a node to another place in the list of IPv6 addresses for that NIC.
DWORD lncNicAddr6Move(
LPCTSTR szNode,
DWORD dwNic,
DWORD dwAddr,
DWORD dwNew);
Parameters
szNode
- (in) the name of the local node.
dwNic
- (in) the number of the NIC.
dwAddr
- (in) the number of the address within the NIC.
dwNew
- (in) the number in front of which to insert the address: 0 <= number <= number of addresses. If dwNew is zero, the address is moved to the front of the list; if dwNew >= number of addresses, the address is moved to the end of the list.
Return values
Zero for success or an error code on failure.
Errors
LNCE_BADVAL
- the new number is invalid.
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