SERVER_INFO_100 structure
The SERVER_INFO_100 structure contains information about the specified server, including the name and platform.
Syntax
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
-
Type: DWORD
-
The information level to use for platform-specific information.
Possible values for this member are listed in the Lmcons.h header file.
- sv100_name
-
Type: LPWSTR
-
A pointer to a Unicode string that specifies the name of the server.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- Server Functions
- NetServerDiskEnum
- NetServerEnum
- NetServerGetInfo