The SERVER_INFO_1501 structure contains information about the specified server, including name, platform, type of server, and associated software.
typedef struct _SERVER_INFO_1501 {
DWORD sv1501_sessopens;
} SERVER_INFO_1501, *PSERVER_INFO_1501, *LPSERVER_INFO_1501;
Members
sv1501_sessopens
Specifies the number of files that can be open in one session.
See Also