INtime SDK Help
lncKerEnumArea

Enumerates memory areas for the node.

DWORD lncKerEnumArea(
LPCSTR szNode,
DWORD iArea,
LPDWORD pidArea
);

Parameters

szNode
(in) the name of the Node to enumerate
iArea
(in) the index number of the area; the first area has number zero
pidArea
(out) pointer to a DWORD value that receives the area ID

Return values

Zero for success or an error code on failure.

Errors

LNCE_NOMORE
there are no more system parameters.

Requirements

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

LNC