Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SERVER_INFO_100 structure (lmserver.h)
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;
LMSTR 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.
| Value | Meaning |
|---|---|
|
The MS-DOS platform. |
|
The OS/2 platform. |
|
The Windows NT platform. |
|
The OSF platform. |
|
The VMS platform. |
sv100_name
Type: LPWSTR
A pointer to a Unicode string that specifies the name of the server.
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
Feedback
Was this page helpful?
