Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
No
Import Library
-
Header File
lmserver.h
Unicode
No
Platform Notes
None

SERVER_INFO_100

The SERVER_INFO_100 structure contains information about the specified server, including name, platform, type of server, and associated software.

typedef struct _SERVER_INFO_100 {
DWORD sv100_platform_id;
LPTSTR sv100_name;
} SERVER_INFO_100, *PSERVER_INFO_100, *LPSERVER_INFO_100;

Members

sv100_platform_id

Indicates the information levels to use for platform-specific information.

sv100_name

A Unicode string containing the name of a server.

See Also

NetServerDiskEnum
, NetServerEnum, NetServerGetInfo, NetServerSetInfo

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples