Network Management Structur ...


SERVER_INFO_100 Structure

The SERVER_INFO_100 structure contains information about the specified server, including the name and platform.

Syntax

C++
typedef struct _SERVER_INFO_100 {
  DWORD  sv100_platform_id;
  LPWSTR sv100_name;
}SERVER_INFO_100, *PSERVER_INFO_100, *LPSERVER_INFO_100;

Members

sv100_platform_id

Specifies the information level to use for platform-specific information. This member can be one of the following values, defined in the lmcons.h file: PLATFORM_ID_DOS, PLATFORM_ID_OS2, PLATFORM_ID_NT, PLATFORM_ID_OSF, or PLATFORM_ID_VMS.

sv100_name

Pointer to a Unicode string specifying the name of a server.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderLmserver.h (include Lm.h)

See Also

Network Management Overview
Network Management Structures
Server Functions
NetServerDiskEnum
NetServerEnum
NetServerGetInfo

Send comments about this topic to Microsoft

Build date: 9/17/2009

Tags :


Page view tracker