WKSTA_TRANSPORT_INFO_0
The WKSTA_TRANSPORT_INFO_0 structure contains information about the workstation transport protocol, such as Wide Area Network (WAN) or NetBIOS.
typedef struct _WKSTA_TRANSPORT_INFO_0 {
DWORD wkti0_quality_of_service;
DWORD wkti0_number_of_vcs;
LPWSTR wkti0_transport_name;
LPWSTR 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.
- 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 TRUE for NetBIOS/TCIP; it is set FALSE for NetBEUI and NetBIOS/IPX.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmwksta.h.
See Also
Network Management Overview, Network Management Structures, Server and Workstation Transport Functions, NetWkstaTransportAdd, NetWkstaTransportEnum