Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SERVER_INFO_1016 structure contains information about whether the server is visible to other computers in the same network domain.
Syntax
typedef struct _SERVER_INFO_1016 {
BOOL sv1016_hidden;
} SERVER_INFO_1016, *PSERVER_INFO_1016, *LPSERVER_INFO_1016;
Members
sv1016_hidden
Specifies whether the server is visible to other computers in the same network domain. This member can be one of the following values.
| Value | Meaning |
|---|---|
|
The server is visible. |
|
The server is not visible. |
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) |