Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "NAME_BUFFER" in [All]

Structures

.
Summary
The ADAPTER_STATUS structure contains information about a network adapter via the (NetBIOS) API call. This structure is pointed to by the ncb_buffer member of the NCB structure. ADAPTER_STATUS is followed by as many NAME_BUFFER structures as required to describe the network adapters on the system
.
Summary
The NAME_BUFFER structure contains information about a local network name via the (NetBIOS) API Call. One or more NAME_BUFFER structures follows an ADAPTER_STATUS structure when an application specifies the NCBASTAT command in the ncb_command member of the NCB structure.
.

struct NAME_BUFFER {

.

Private Structure NAME_BUFFER

.

typedef struct _NAME_BUFFER {

.

} NAME_BUFFER, *PNAME_BUFFER;

.
Documentation
[NAME_BUFFER] on MSDN

kernel32

.

See Also: NCB, LANA_ENUM, ADAPTER_STATUS, NAME_BUFFER

.

    <MarshalAs(UnmanagedType.ByValArray, SizeConst:=30)> Dim NameBuff() As NAME_BUFFER


 
Access PInvoke.net directly from VS: