| Platform SDK: DLC/NetBIOS | 
The FIND_NAME_HEADER structure contains information about a network name. This structure is followed by as many FIND_NAME_BUFFER structures as are required to describe the name.
typedef struct _FIND_NAME_HEADER { 
    WORD  node_count; 
    UCHAR reserved; 
    UCHAR unique_group; 
} FIND_NAME_HEADER, *PFIND_NAME_HEADER; 
The FIND_NAME_HEADER structure is pointed to by the ncb_buffer member of the NCB structure when an application issues an NCBFINDNAME command.
  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Nb30.h.
The NetBIOS Interface Overview, NetBIOS Structures, FIND_NAME_BUFFER, NCB