lmserver.h header
This header is used by multiple technologies. For more information, see:
lmserver.h contains the following programming interfaces:
Functions
NetServerComputerNameAdd The NetServerComputerNameAdd function enumerates the transports on which the specified server is active, and binds the emulated server name to each of the transports. |
NetServerComputerNameDel The NetServerComputerNameDel function causes the specified server to cease supporting the emulated server name set by a previous call to the NetServerComputerNameAdd function. The function does this by unbinding network transports from the emulated name. |
NetServerDiskEnum The NetServerDiskEnum function retrieves a list of disk drives on a server. The function returns an array of three-character strings (a drive letter, a colon, and a terminating null character). |
NetServerEnum The NetServerEnum function lists all servers of the specified type that are visible in a domain. |
NetServerGetInfo The NetServerGetInfo function retrieves current configuration information for the specified server. |
NetServerSetInfo The NetServerSetInfo function sets a server's operating parameters; it can set them individually or collectively. The information is stored in a way that allows it to remain in effect after the system has been reinitialized. |
NetServerTransportAdd The NetServerTransportAdd function binds the server to the transport protocol. |
NetServerTransportAddEx The NetServerTransportAddEx function binds the specified server to the transport protocol. |
NetServerTransportDel The NetServerTransportDel function unbinds (or disconnects) the transport protocol from the server. Effectively, the server can no longer communicate with clients using the specified transport protocol (such as TCP or XNS). |
NetServerTransportEnum The NetServerTransportEnum function supplies information about transport protocols that are managed by the server. |
SetServiceBits Registers a service type with the service control manager and the Server service. |
Structures
SERVER_INFO_100 The SERVER_INFO_100 structure contains information about the specified server, including the name and platform. |
SERVER_INFO_1005 The SERVER_INFO_1005 structure contains a comment that describes the specified server. |
SERVER_INFO_101 The SERVER_INFO_101 structure contains information about the specified server, including name, platform, type of server, and associated software. |
SERVER_INFO_1010 The SERVER_INFO_1010 structure contains the auto-disconnect time associated with the specified server. |
SERVER_INFO_1016 The SERVER_INFO_1016 structure contains information about whether the server is visible to other computers in the same network domain. |
SERVER_INFO_1017 The SERVER_INFO_1017 structure contains the network announce rate associated with the specified server. |
SERVER_INFO_1018 The SERVER_INFO_1018 structure contains information about how much the announce rate can vary for the specified server. |
SERVER_INFO_102 Contains information about the specified server, including name, platform, type of server, attributes, and associated software. |
SERVER_INFO_1107 The SERVER_INFO_1107 structure specifies the number of users that can simultaneously log on to the specified server. |
SERVER_INFO_1501 The SERVER_INFO_1501 structure specifies the number of files that can be open in one session on the specified server. |
SERVER_INFO_1502 The SERVER_INFO_1502 structure specifies the maximum number of virtual circuits per client for the specified server. |
SERVER_INFO_1503 The SERVER_INFO_1503 structure specifies the number of search operations that can be carried out simultaneously. |
SERVER_INFO_1506 The SERVER_INFO_1506 structure contains information about the maximum number of work items the specified server can allocate. |
SERVER_INFO_1509 The SERVER_INFO_1509 structure specifies the maximum raw mode buffer size. |
SERVER_INFO_1510 The SERVER_INFO_1510 structure specifies the maximum number of users that can be logged on to the specified server using a single virtual circuit. |
SERVER_INFO_1511 The SERVER_INFO_1511 structure specifies the maximum number of tree connections that users can make with a single virtual circuit. |
SERVER_INFO_1512 The SERVER_INFO_1512 structure contains the maximum size of nonpaged memory that the specified server can allocate at a particular time. |
SERVER_INFO_1513 The SERVER_INFO_1513 structure contains the maximum size of pageable memory that the specified server can allocate at a particular time. |
SERVER_INFO_1515 The SERVER_INFO_1515 structure specifies whether the server should force a client to disconnect once the client's logon time has expired. |
SERVER_INFO_1516 The SERVER_INFO_1516 structure specifies whether the server is a reliable time source. |
SERVER_INFO_1518 The SERVER_INFO_1518 structure specifies whether the server is visible to LAN Manager 2.x clients. |
SERVER_INFO_1523 The SERVER_INFO_1523 structure specifies the length of time the server retains information about incomplete search operations. |
SERVER_INFO_1528 The SERVER_INFO_1528 structure specifies the period of time that the scavenger remains idle before waking up to service requests. |
SERVER_INFO_1529 The SERVER_INFO_1529 structure specifies the minimum number of free receive work items the server requires before it begins allocating more items. |
SERVER_INFO_1530 The SERVER_INFO_1530 structure specifies the minimum number of available receive work items the server requires to begin processing a server message block. |
SERVER_INFO_1533 The SERVER_INFO_1533 structure specifies the maximum number of outstanding requests a client can send to the server. |
SERVER_INFO_1536 The SERVER_INFO_1536 structure specifies whether the server allows clients to use opportunistic locks (oplocks) on files. |
SERVER_INFO_1538 The SERVER_INFO_1538 structure specifies whether several MS-DOS File Control Blocks (FCBs) are placed in a single location. |
SERVER_INFO_1539 The SERVER_INFO_1539 structure specifies whether the server processes raw Server Message Blocks (SMBs). |
SERVER_INFO_1540 The SERVER_INFO_1540 structure specifies whether the server allows redirected server drives to be shared. |
SERVER_INFO_1541 The SERVER_INFO_1541 structure specifies the minimum number of free connection blocks the server sets aside to handle bursts of requests by clients to connect to the server. |
SERVER_INFO_1542 The SERVER_INFO_1542 structure specifies the maximum number of free connection blocks the server sets aside to handle bursts of requests by clients to connect to the server. |
SERVER_INFO_1544 The SERVER_INFO_1544 structure specifies the initial number of tree connections to be allocated in the connection table. |
SERVER_INFO_1550 The SERVER_INFO_1550 structure specifies the percentage of free disk space remaining before an alert message is sent. |
SERVER_INFO_1552 The SERVER_INFO_1552 structure specifies the maximum time allowed for a link delay. |
SERVER_INFO_402 Contains information about a specified server. |
SERVER_INFO_403 The SERVER_INFO_403 structure contains information about a specified server. |
SERVER_INFO_502 The SERVER_INFO_502 structure is obsolete. The structure contains information about a specified server. |
SERVER_INFO_503 The SERVER_INFO_503 structure is obsolete. The structure contains information about the specified server. |
SERVER_TRANSPORT_INFO_0 The SERVER_TRANSPORT_INFO_0 structure contains information about the specified transport protocol, including name, address, and location on the network. |
SERVER_TRANSPORT_INFO_1 The SERVER_TRANSPORT_INFO_1 structure contains information about the specified transport protocol, including name and address. This information level is valid only for the NetServerTransportAddEx function. |
SERVER_TRANSPORT_INFO_2 The SERVER_TRANSPORT_INFO_2 structure contains information about the specified transport protocol, including the transport name and address. This information level is valid only for the NetServerTransportAddEx function. |
SERVER_TRANSPORT_INFO_3 The SERVER_TRANSPORT_INFO_3 structure contains information about the specified transport protocol, including name, address and password (credentials). This information level is valid only for the NetServerTransportAddEx function. |