INtime SDK Help
lncNetDelPar

Deletes a parameter in the general Network section. Not all parameters can be deleted.

DWORD lncNetDelPar(
LPCTSTR szNode,
DWORD dwPar);

Parameters

szNode
(in) the name of the local node.
dwPar
(in) the number of the parameter (see Parameter Values).

Return values

Zero for success or an error code on failure.

Remarks

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_NODEL
the parameter cannot be deleted
LNCE_PAR_NFND
the parameter number is invalid
LNCE_READERR
the configuration file cannot be read

Requirements

Versions Defined in Include Link to
INtime 5.2 intime/nt/include/lnc.h lnc.h lnc.lib
See Also

LNC