LANA_ENUM

typedef struct _LANA_ENUM { /* le */

UCHAR length; /* number of entries in array */

UCHAR lana[MAX_LANA]; /* array for LAN-adapter numbers */

} LANA_ENUM, *PLANA_ENUM;

The LANA_ENUM structure contains the numbers for the current LAN adapters.

Members

length

Specifies the number of valid entries in the array of LAN-adapter numbers.

lana

Specifies an array of LAN-adapter numbers.

Comments

The LANA_ENUM structure is retrieved by the NCB structure when an application issues the NCBENUM command. This command is an extension to the IBM Netbios 3.0 specification.

See Also

NCB