INtime SDK Help
lncNicDel

Removes a NIC from the node’s network.

DWORD lncNicDel( 
LPCTSTR szNode,
DWORD dwNic);

Parameters

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

Return values

Zero for success or an error code on failure.

Remarks

Remarks go here.

Errors

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