SERVER_INFO_502
The SERVER_INFO_502 structure is obsolete. The structure contains information about a specified server.
typedef struct _SERVER_INFO_502 {
DWORD sv502_sessopens;
DWORD sv502_sessvcs;
DWORD sv502_opensearch;
DWORD sv502_sizreqbuf;
DWORD sv502_initworkitems;
DWORD sv502_maxworkitems;
DWORD sv502_rawworkitems;
DWORD sv502_irpstacksize;
DWORD sv502_maxrawbuflen;
DWORD sv502_sessusers;
DWORD sv502_sessconns;
DWORD sv502_maxpagedmemoryusage;
DWORD sv502_maxnonpagedmemoryusage;
BOOL sv502_enablesoftcompat;
BOOL sv502_enableforcedlogoff;
BOOL sv502_timesource;
BOOL sv502_acceptdownlevelapis;
BOOL sv502_lmannounce;
} SERVER_INFO_502, *PSERVER_INFO_502, *LPSERVER_INFO_502;
Members
- sv502_sessopens
- Specifies the number of files that can be open in one session.
- sv502_sessvcs
- Specifies the maximum number of virtual circuits permitted per client.
- sv502_opensearch
- Specifies the number of search operations that can be carried out simultaneously.
- sv502_sizreqbuf
- Specifies the size, in bytes, of each server buffer.
- sv502_initworkitems
- Specifies the initial number of receive buffers, or work items, used by the server.
- sv502_maxworkitems
- Specifies the maximum number of receive buffers, or work items, the server can allocate. If this limit is reached, the transport must initiate flow control at a significant performance cost.
- sv502_rawworkitems
- Specifies the number of special work items the server uses for raw mode I/O. A large value for this member can increase performance, but it requires more memory.
- sv502_irpstacksize
- Specifies the number of stack locations that the server allocated in I/O request packets (IRPs).
- sv502_maxrawbuflen
- Specifies the maximum raw mode buffer size, in bytes.
- sv502_sessusers
- Specifies the maximum number of users that can be logged on to the server using a single virtual circuit.
- sv502_sessconns
- Specifies the maximum number of tree connections that can be made on the server using a single virtual circuit.
- sv502_maxpagedmemoryusage
- Specifies the maximum size of pageable memory that the server can allocate at any one time.
- sv502_maxnonpagedmemoryusage
- Specifies the maximum size of nonpaged memory that the server can allocate at any one time.
- sv502_enablesoftcompat
- TBD
- sv502_enableforcedlogoff
- Specifies whether the server should force a client to disconnect, even if the client has open files, once the client's logon time has expired.
- sv502_timesource
- Specifies whether the server is a reliable time source.
- sv502_acceptdownlevelapis
- Specifies whether the server accepts function calls from previous-generation LAN Manager clients.
- sv502_lmannounce
- Specifies whether the server is visible to LAN Manager 2.x clients.
Windows NT/2000: Requires Windows NT 3.1 or later.
Windows 95/98: Unsupported.
Header: Declared in Lmserver.h.
See Also
Network Management Overview, Network Management Structures, Server Functions, NetServerGetInfo, NetServerSetInfo