Enumerates local nodes. The order is not determined.
DWORD lncEnumNodes(
int* piNode,
LPSTR szNode,
LPDWORD pdwSize);
piNode
szNode
pdwSize
Zero for success or an error code on failure.
If the size is not enough for the value, the error code LNCE_PARSIZE is returned and the DWORD pointed to by the pdwSize parameter is set to the number of bytes required to store the value.
LNCE_PARSIZE, LNCE_ACCESS, LNCE_NOMORE, LNCE_READERR
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.2 | intime/nt/include/lnc.h | lnc.h | lnc.lib |