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