INtime SDK Help
lncSetParameterString

Sets the value of a parameter and may update the restart value.

DWORD       lncSetParameterString(
LPCSTR szNode,
DWORD dwSection,
DWORD dwParameter,
LPCSTR pszVal);

Parameters

szNode
(in) the name of the local node; ignored for a system section.
dwSection
(in) the section containing the parameter.
dwParameter
(in) the number of the parameter.
pszVal
(in) pointer to a string containing the value

Return values

Zero for success or an error code on failure.

Errors

LNCE_NOACCESS, LNCE_PARTYPE, LNCE_LNCE_READERR, LNCE_PAR_NFND, LNCE_SECTION_NFND, LNCE_NOSET, 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