SERVER_INFO_1529 structure (lmserver.h)

The SERVER_INFO_1529 structure specifies the minimum number of free receive work items the server requires before it begins allocating more items.

Syntax

typedef struct _SERVER_INFO_1529 {
  DWORD sv1529_minrcvqueue;
} SERVER_INFO_1529, *PSERVER_INFO_1529, *LPSERVER_INFO_1529;

Members

sv1529_minrcvqueue

Specifies the minimum number of free receive work items the server requires before it begins allocating more. A larger value for this member helps ensure that there will always be work items available, but a value that is too large is inefficient.

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