Prev Next
The WKSTA_TRANSPORT_INFO_0 structure contains information about the
workstation transport protocol, such as Wide Area Net (WAN) or NetBIOS.
typedef struct _WKSTA_TRANSPORT_INFO_0 {
DWORD wkti0_quality_of_service;
DWORD wkti0_number_of_vcs;
LPTSTR wkti0_transport_name;
LPTSTR wkti0_transport_address;
BOOL wkti0_wan_ish;
}WKSTA_TRANSPORT_INFO_0, *PWKSTA_TRANSPORT_INFO_0, *LPWKSTA_TRANSPORT_INFO_0;
Members
-
wkti0_quality_of_service
-
Supplies a value that specifies 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 that this transport protocol is a WAN
transport protocol. This member is set TRUE for NetBIOS/TCIP; it is set FALSE
for Net/BEUI and NetBIOS/IPX.
See Also
NetWkstaTransportAdd, NetWkstaTransportEnum