|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| nb30.h
| Unicode
| No
| Platform Notes
| None
|
|
|
LANA_ENUM
The LANA_ENUM structure contains the numbers for the current LAN adapters.
typedef struct _LANA_ENUM { // le
UCHAR length;
UCHAR lana[MAX_LANA];
} LANA_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.
See Also
NCB
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|