Skip to content

Latest commit

 

History

History
120 lines (79 loc) · 3.8 KB

ns-nb30-name_buffer.md

File metadata and controls

120 lines (79 loc) · 3.8 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:nb30._NAME_BUFFER
NAME_BUFFER (nb30.h)
The NAME_BUFFER structure contains information about a local network name. 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.
*PNAME_BUFFER
DEREGISTERED
DUPLICATE
DUPLICATE_DEREG
GROUP_NAME
NAME_BUFFER
NAME_BUFFER structure [NetBIOS]
PNAME_BUFFER
PNAME_BUFFER structure pointer [NetBIOS]
REGISTERED
REGISTERING
UNIQUE_NAME
nb30/NAME_BUFFER
nb30/PNAME_BUFFER
netbios.name_buffer
netbios\name_buffer.htm
NetBIOS
f1059074-68c1-4a08-98bd-ccfb314e39ec
11/19/2020
*PNAME_BUFFER, DEREGISTERED, DUPLICATE, DUPLICATE_DEREG, GROUP_NAME, NAME_BUFFER, NAME_BUFFER structure [NetBIOS], PNAME_BUFFER, PNAME_BUFFER structure pointer [NetBIOS], REGISTERED, REGISTERING, UNIQUE_NAME, nb30/NAME_BUFFER, nb30/PNAME_BUFFER, netbios.name_buffer
nb30.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
NAME_BUFFER, *PNAME_BUFFER
19H1
_NAME_BUFFER
nb30/_NAME_BUFFER
PNAME_BUFFER
nb30/PNAME_BUFFER
NAME_BUFFER
nb30/NAME_BUFFER
c++
APIRef
kbSyntax
HeaderDef
Nb30.h
NAME_BUFFER

NAME_BUFFER structure

-description

[Netbios is not supported on Windows Vista, Windows Server 2008, and subsequent versions of the operating system]

The NAME_BUFFER structure contains information about a local network name. 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-fields

-field name

Specifies the local network name. This value is in the ncb_name member of the NCB structure.

-field name_num

Specifies the number for the local network name. This value is in the ncb_num member of the NCB structure.

-field name_flags

Specifies the current state of the name table entry. This member can be one of the following values.

REGISTERED

The name specified by the name member has been successfully added to the network.

DEREGISTERED

The name specified by the name member has an active session when an NCBDELNAME command is issued. The name will be removed from the name table when the session is closed.

DUPLICATE

A duplicate name was detected during registration.

DUPLICATE_DEREG

A duplicate name was detected with a pending deregistration.

GROUP_NAME

The name specified by the name member was created by using the NCBADDGRNAME command.

UNIQUE_NAME

The name specified by the name member was created by using the NCBADDNAME command.

-see-also

ADAPTER_STATUS

NCB

NetBIOS Structures

The NetBIOS Interface Overview