INtime SDK Help
lncAdvDelPar

Deletes a parameter from an advanced section.

DWORD lncAdvDelPar( 
LPCTSTR szNode,
LPCTSTR szSection,
LPCTSTR szPar);

Parameters

szNode
(in) the name of the local node.
szSection
(in) the name of the advanced section where the parameter resides.
dwPar
(in) the number of the parameter (see parameter values).

Return values

Zero for success or an error code on failure.

Remarks

Deleting a parameter means deleting its default, description and value properties.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_PAR_NFND
the parameter number is invalid
LNCE_SECTION_NFND
there is no section with the given name

Requirements

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

LNC