INtime SDK Help
lncLoadEnumApps

Enumerates auto-load applications for a given node.

DWORD lncLoadEnumApps( 
LPCTSTR szNode,
DWORD iApp,
LPCTSTR* ppszApp);

Parameters

szNode
(in) the name of the local node.
iApp
(in) the serial number of the application; the first application has number zero.
ppszApp
(out) pointer to a string pointer that is set to point to the application name.

Return values

Zero for success or an error code on failure.

Remarks

The pointer returned via ppszApp is only valid until the next LNC call.

Errors

LNCE_NODE_NFND
there is no node with the given name.
LNCE_NOMORE
there are no more applications.

Requirements

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

LNC