INtime SDK Help
lncKerDelPar

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

DWORD lncKerDelPar(
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

Requirements

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

LNC