SERVER_INFO_1544结构包含有关指定服务器的信息,包括名称,平台,服务器类型和关联的软件。
typedef struct _SERVER_INFO_1544 {
DWORD sv1544_initconntable;
} SERVER_INFO_1544, *PSERVER_INFO_1544, *LPSERVER_INFO_1544;
会员
Specifies the initial number of tree connections to be allocated in the connection table.
指定要在连接表中分配的树连接的初始数。服务器根据需要自动增加表,因此将成员设置为更高的值是优化。
也可以看看