WKSTA_TRANSPORT_INFO_0

【勇芳软件工作室】汉化HomePreviousNext

WKSTA_TRANSPORT_INFO_0结构包含有关工作站传输协议的信息,如广域网(WAN)或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;

会员

Supplies a value that specifies the search order of the transport protocol with respect to other transport protocols.

提供一个值,该值指定传输协议相对于其他传输协议的搜索顺序。首先搜索最高的值。

Specifies the number of clients communicating with the server using this transport protocol.

指定使用此传输协议与服务器通信的客户端数量。

Specifies the device name of the transport protocol.

指定传输协议的设备名称。

Specifies the address of the server on this transport protocol.

指定此传输协议上服务器的地址。

This key specifies the decryption algorithm that is used.

该成员被NetWkstaTransportAdd功能忽略。对于NetWkstaTransportEnum功能,该成员表示此传输协议是WAN传输协议。对于NetBIOS / TCIP,此成员设置为TRUE;对于Net / BEUI和NetBIOS / IPX,它设置为FALSE。

也可以看看

NetWkstaTransportAdd, NetWkstaTransportEnum