struct _TDI_ADDRESS_NETBIOS {
USHORT NetbiosNameType;
UCHAR NetbiosName[16];
} TDI_ADDRESS_NETBIOS, *PTDI_ADDRESS_NETBIOS
TDI_ADDRESS_NETBIOS contains a NetBIOS address (packed and aligned as necessary).
Members
NetbiosNameType
Specifies a NetBIOS name type. The TDI driver uses this member only for opening an address object. Other driver functions that accept an address parameter ignore this member. Possible name types are:
Name Type | Meaning |
0 | Specifies a unique name. |
1 | Specifies a group name. |
2 | Specifies a “quick” unique name. |
3 | Specifies a “quick” group name. The driver adds this type of name to the name table without checking it for conflicts on the network. |
NetbiosName[16]
Specifies the NetBIOS name.
See Also