TdiBuildNetbiosAddress function
TdiBuildNetbiosAddress sets up a TA_NETBIOS_ADDRESS structure for the caller.
Syntax
VOID TdiBuildNetbiosAddress(
_In_ PUCHAR NetbiosName,
_In_ BOOLEAN IsGroupName,
_Inout_ PTA_NETBIOS_ADDRESS NetworkName
);
Parameters
NetbiosName [in]
Pointer to 16-byte buffer containing a NetBIOS name.IsGroupName [in]
Specifies TRUE if the given name is a group address.NetworkName [in, out]
Pointer to a caller-supplied buffer, which must be at least sizeof(TA_NETBIOS_ADDRESS) bytes in length.TdiBuildNetbiosAddress fills in the members of this structure.
Return value
None
Remarks
Note The TDI feature is deprecated and will be removed in future versions of Microsoft Windows. Depending on how you use TDI, use either the Winsock Kernel (WSK) or Windows Filtering Platform (WFP). For more information about WFP and WSK, see Windows Filtering Platform and Winsock Kernel. For a Windows Core Networking blog entry about WSK and TDI, see Introduction to Winsock Kernel (WSK).
Requirements
Target platform |
Universal |
Header |
Tdikrnl.h (include TdiKrnl.h) |
Library |
Tdi.lib |
See also