INtime SDK Help
lncLoadDelPar

Deletes an auto-load application parameter.

DWORD lncLoadDelPar( 
LPCTSTR szNode,
LPCTSTR szApp,
DWORD dwPar
);

Parameters

szNode
(in) the name of the local node.
szApp
(in) the name of the application to be deleted.
dwPar
(in) the number of the parameter to be deleted. In the current version only the LNCL_FORCEXM parameter can 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.
LNCE_NODEL
The parameter cannot be deleted.

Requirements

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

LNC