INtime SDK Help
lncLoadDelApp

Deletes an auto-load application with all its parameters.

DWORD lncLoadDelApp( 
LPCTSTR szNode,
LPCTSTR szApp);

Parameters

szNode
(in) the name of the local node.
szApp
(in) the name of the application to be deleted.

Return values

Zero for success or an error code on failure.

Errors

LNCE_NODE_NFND
there is no node with the given name.
LNCE_SECTION_NFND
there is no application 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