INtime SDK Help
lncAdvEnumPars

Enumerates parameters in an advanced section for a node.

DWORD lncAdvEnumPars( 
LPCTSTR szNode,
LPCTSTR szSection,
DWORD iPar,
LPCTSTR* ppszPar);

Parameters

szNode
(in) the name of the local node.
szSection
(in) the name of the advanced section.
iPar
(in) the serial number of the parameter; the first parameter has number zero.
ppszPar
(out) pointer to a string pointer that is set to point to the parameter name.

Return values

Zero for success or an error code on failure.

Remarks

The returned pointer is only valid until the next LNC function is called.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_NOMORE
there are no more parameters.
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