INtime SDK Help
lncNicEnumTypes

Enumerates all supported NIC types.

DWORD lncNicEnumTypes( 
DWORD iType,
LPCTSTR* lpszShort,
LPCTSTR* lpszLong);

Parameters

iType
(in) the serial number of the type; the first type has number zero.
lpszShort
(out) pointer to a string pointer that receives the address of the NIC type’s short name.
lpszLong
(out) pointer to a string pointer that receives the address of the NIC type’s long name.

Return values

Zero for success or an error code on failure.

Remarks

The szShort and szLong pointer are only valid until the next LNC call.

Errors

LNCE_NOMORE
there are no more parameters

Requirements

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

LNC