INtime SDK Help
lncSysCtlGetPar

Gets a parameter in a specific node section.

DWORD lncSysCtlGetPar(
LPCSTR szNode,
LPCSTR szPar,
LPCVOID* ppszVal);

Parameters

szNode
(in) node name
szPar
(in) "arbitrary-parameter-entry"
ppszVal
(out) a pointer to a string receives a value of a szPar parameter

Return values

Zero
for success.
LNCE_PAR_NFND
parameter nout found.        
LNCE_PARSIZE        
the size of the output bufer is not big enough or the buffer is NULL.

Requirements

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

LNC