INtime SDK Help
lncLoadAddApp

Adds a new auto-load application.

DWORD lncLoadAddApp( 
LPCTSTR szNode,
LPCTSTR szApp,
LPCTSTR szFilenane);

Parameters

szNode
(in) the name of the local node.
szApp
(in) the name of the new application.
szFilename
(in) the full path of the executable file (RTA).

Return values

Zero for success or an error code on failure.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_EXIST
there is already an application with that name

Requirements

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

LNC