Platform SDK: Network Management

SERVER_INFO_1539

The SERVER_INFO_1539 structure specifies whether the server processes raw Server Message Blocks (SMBs).

typedef struct _SERVER_INFO_1539 {
  BOOL    sv1539_enableraw;
} SERVER_INFO_1539, *PSERVER_INFO_1539, *LPSERVER_INFO_1539;

Members

sv1539_enableraw
Specifies whether the server processes raw SMBs. If enabled, this member allows more data to be transferred per transaction and improves performance. However, it is possible that processing raw SMBs can impede performance on certain networks. The server maintains the value of this member.

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