Sets the value of a parameter and may update the restart value.
DWORD lncSetParameterMultiString(
LPCSTR szNode,
DWORD dwSection,
DWORD dwParameter,
LPCSTR pszVal);
szNode
dwSection
dwParameter
pszVal
Zero for success or an error code on failure.
A multi string value is stored as one or more character strings, each terminated by a zero character and an extra zero character at the end.
LNCE_NOACCESS, LNCE_PARTYPE, LNCE_READERR, LNCE_PAR_NFND, LNCE_SECTION_NFND, LNCE_NOSET, LNCE_NODE_NFND
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |