INtime SDK Help
lncAdvDelProp

Deletes a property of a parameter from an advanced section.

DWORD lncAdvDelProp( 
LPCTSTR szNode,
LPCTSTR szSection,
LPCTSTR szPar,
DWORD iProp);

Parameters

szNode
(in) the name of the local node.
szSection
(in) the name of the advanced section where the parameter resides.
szPar
(in) the name of the parameter.
iProp
(in) the property number (see Advanced Property Numbers).

Return values

Zero for success or an error code on failure.

Remarks

Remarks go here.

Errors

LNCE_NODE_NFND
there is no node with the given name
LNCE_NODEL
the property cannot be deleted.
LNCE_PAR_NFND
there is no parameter with the given name
LNCE_PROP_NFND
the property number is invalid
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