FIND_NAME_BUFFER structure (nb30.h)
[Netbios is not supported on Windows Vista, Windows Server 2008, and subsequent versions of the operating system]
The FIND_NAME_BUFFER structure contains information about a local network session. One or more FIND_NAME_BUFFER structures follows a FIND_NAME_HEADER structure when an application specifies the NCBFINDNAME command in the ncb_command member of the NCB structure.
Syntax
typedef struct _FIND_NAME_BUFFER {
UCHAR length;
UCHAR access_control;
UCHAR frame_control;
UCHAR destination_addr[6];
UCHAR source_addr[6];
UCHAR routing_info[18];
} FIND_NAME_BUFFER, *PFIND_NAME_BUFFER;
Members
length
Specifies the length, in bytes, of the FIND_NAME_BUFFER structure. Although this structure always occupies 33 bytes, not all of the structure is necessarily valid.
access_control
Specifies the access control for the LAN header.
frame_control
Specifies the frame control for the LAN header.
destination_addr[6]
Specifies the destination address of the remote node where the name was found.
source_addr[6]
Specifies the source address for the remote node where the name was found.
routing_info[18]
Specifies additional routing information.
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