WKSTA_TRANSPORT_INFO_0 structure (lmwksta.h)
The WKSTA_TRANSPORT_INFO_0 structure contains information about the workstation transport protocol, such as Wide Area Network (WAN) or NetBIOS.
Syntax
typedef struct _WKSTA_TRANSPORT_INFO_0 {
DWORD wkti0_quality_of_service;
DWORD wkti0_number_of_vcs;
LMSTR wkti0_transport_name;
LMSTR wkti0_transport_address;
BOOL wkti0_wan_ish;
} WKSTA_TRANSPORT_INFO_0, *PWKSTA_TRANSPORT_INFO_0, *LPWKSTA_TRANSPORT_INFO_0;
Members
wkti0_quality_of_service
Specifies a value that determines the search order of the transport protocol with respect to other transport protocols. The highest value is searched first.
wkti0_number_of_vcs
Specifies the number of clients communicating with the server using this transport protocol.
wkti0_transport_name
Specifies the device name of the transport protocol.
wkti0_transport_address
Specifies the address of the server on this transport protocol.
This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.
wkti0_wan_ish
This member is ignored by the NetWkstaTransportAdd function. For the NetWkstaTransportEnum function, this member indicates whether the transport protocol is a WAN transport protocol. This member is set to TRUE for NetBIOS/TCIP; it is set to FALSE for NetBEUI and NetBIOS/IPX.
Certain legacy networking protocols, including NetBEUI, will no longer be supported. For more information, see Network Protocol Support in Windows.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lmwksta.h (include Lm.h) |