TdiBuildNetbiosAddress

VOID
TdiBuildNetbiosAddress (
IN PUCHAR NetbiosName,
IN BOOLEAN IsGroupName,
IN OUT PTA_NETBIOS_ADDRESS NetworkName
);

TdiBuildNetbiosAddress is a routine that builds a NetBIOS address.

Parameters

NetbiosName

Points to a NetBIOS name.

IsGroupName

Specifies TRUE if the address is a group address.

NetworkName

Points to the caller–defined memory location of a TA_NETBIOS_ADDRESS structure containing the NetBIOS address.

See Also

TA_NETBIOS_ADDRESS