|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| nb30.h
| Unicode
| No
| Platform Notes
| None
|
|
|
FIND_NAME_HEADER
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 { // fnh
WORD node_count;
UCHAR reserved;
UCHAR unique_group;
} FIND_NAME_HEADER;
Members
node_count
Specifies the number of nodes on which the specified name was found. This
structure is followed by the number of FIND_NAME_BUFFER structures specified by the node_count member.
reserved
Reserved.
unique_group
Specifies whether the name is unique. This value is 0 to specify a unique name
or 1 to specify a group.
Remarks
The FIND_NAME_HEADER structure is pointed to by the ncb_buffer member of the NCB structure when an application issues an NCBFINDNAME command.
See Also
FIND_NAME_BUFFER, 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
|