SERVER_INFO_1501 structure (lmserver.h)

The SERVER_INFO_1501 structure specifies the number of files that can be open in one session on the specified server.

Syntax

typedef struct _SERVER_INFO_1501 {
  DWORD sv1501_sessopens;
} SERVER_INFO_1501, *PSERVER_INFO_1501, *LPSERVER_INFO_1501;

Members

sv1501_sessopens

Specifies the number of files that one session can open.

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