The SERVER_INFO_1552 structure contains information about the specified server, including name, platform, type of server, and associated software.
typedef struct _SERVER_INFO_1552 {
DWORD sv1552_maxlinkdelay;
} SERVER_INFO_1552, *PSERVER_INFO_1552, *LPSERVER_INFO_1552;
Members
sv1552_maxlinkdelay
Specifies the maximum time allowed for a link delay, in seconds. If delays exceed this number, the server disables raw I/O for this connection.
See Also