SERVER_INFO_1529

The SERVER_INFO_1529 structure contains information about the specified server, including name, platform, type of server, and associated software.

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 needed by the server 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 simply inefficient.

See Also

NetServerGetInfo