Platform SDK: Network Management

SERVER_INFO_1528

The SERVER_INFO_1528 structure specifies the period of time that the scavenger remains idle before waking up to service requests.

typedef struct _SERVER_INFO_1528 {
  DWORD    sv1528_scavtimeout;
} SERVER_INFO_1528, *PSERVER_INFO_1528, *LPSERVER_INFO_1528;

Members

sv1528_scavtimeout
Specifies the period of time, in seconds, that the scavenger remains idle before waking up to service requests. A smaller value for this member improves the response of the server to various events but costs CPU cycles.

Requirements

  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