INtime SDK Help
lncDeleteParameter

 Deletes a parameter in a section. Not all parameters can be deleted. No check is done if it makes sense to delete a certain parameter.

DWORD lncDeleteParameter( LPCSTR szNode, DWORD dwSection, DWORD dwParameter ); 

Parameters

szNode
(in) the name of the local node; ignored for system sections.
dwSection
(in) the section containing the parameter.
dwParameter
(in) the number of the parameter.

Return values

Zero for success or an error code on failure.

Errors

LNCE_PAR_NFND, LNCE_SECTION_NFND, LNCE_NOACCESS, LNCE_READERR, LNCE_NODE_NFND.

Requirements

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

LNC