2.2.5.8 WKSTA_TRANSPORT_INFO_0
The WKSTA_TRANSPORT_INFO_0 structure specifies details about the network transport protocol that the SMB network redirector uses.
-
typedef struct _WKSTA_TRANSPORT_INFO_0 { unsigned long wkti0_quality_of_service; unsigned long wkti0_number_of_vcs; [string] wchar_t* wkti0_transport_name; [string] wchar_t* wkti0_transport_address; unsigned long wkti0_wan_ish; } WKSTA_TRANSPORT_INFO_0, *PWKSTA_TRANSPORT_INFO_0, *LPWKSTA_TRANSPORT_INFO_0;
wkti0_quality_of_service: Unused. Any value when sent, and MUST be ignored on receipt.
wkti0_number_of_vcs: The current number of remote connections using this transport protocol.
wkti0_transport_name: The null-terminated, implementation-specific<5> name of the device that implements the transport protocol.
wkti0_transport_address: The null-terminated, implementation-specific<6> string that represents the address of the transport protocol.
wkti0_wan_ish: Whether the transport protocol is a routable protocol. If set to TRUE, this is a routable protocol. If set to FALSE, this is not a routable protocol.