Platform SDK: DLC/NetBIOS

LANA_ENUM

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

typedef struct _LANA_ENUM { 
    UCHAR length; 
    UCHAR lana[MAX_LANA]; 
} LANA_ENUM, *PLANA_ENUM; 

Members

length
Specifies the number of valid entries in the array of LAN adapter numbers.
lana
Specifies an array of LAN adapter numbers.

Remarks

The LANA_ENUM structure is pointed to by the ncb_buffer member of the NCB structure when an application issues the NCBENUM command. The NCBENUM command is not part of the IBM NetBIOS 3.0 specification.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Nb30.h.

See Also

The NetBIOS Interface Overview, NetBIOS Structures, NCB