SERVER_INFO_1016 structure (lmserver.h)
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) |