SERVER_INFO_1530 structure (lmserver.h)

The SERVER_INFO_1530 structure specifies the minimum number of available receive work items the server requires to begin processing a server message block.

Syntax

typedef struct _SERVER_INFO_1530 {
  DWORD sv1530_minfreeworkitems;
} SERVER_INFO_1530, *PSERVER_INFO_1530, *LPSERVER_INFO_1530;

Members

sv1530_minfreeworkitems

Specifies the minimum number of available receive work items that the server requires to begin processing a server message block. A larger value for this member ensures that work items are available more frequently for nonblocking requests, but it also increases the likelihood that blocking requests will be rejected.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header lmserver.h (include Lm.h)

See also

NetServerGetInfo

Network Management Overview

Network Management Structures

Server Functions