INtime SDK Help
lncKerDelArea

Deletes a memory area given its ID.

DWORD lncKerDelArea(
DWORD iArea);

Parameters

iArea
(in) the ID of the area to delete (from lncKerEnumArea).

Return values

Zero for success or an error code on failure.

Remarks

Errors

LNCE_NODE_NFND
there is no area with the given ID value

Requirements

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

LNC