LANA_ENUM structure (nb30.h)
[Netbios is not supported on Windows Vista, Windows Server 2008, and subsequent versions of the operating system]
The LANA_ENUM structure contains the numbers for the current LAN adapters.
Syntax
typedef struct _LANA_ENUM {
UCHAR length;
UCHAR lana[MAX_LANA + 1];
} LANA_ENUM, *PLANA_ENUM;
Members
length
Specifies the number of valid entries in the array of LAN adapter numbers.
lana[MAX_LANA + 1]
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
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | nb30.h |
See also