SERVER_INFO_1005 structure (lmserver.h)
The SERVER_INFO_1005 structure contains a comment that describes the specified server.
Syntax
typedef struct _SERVER_INFO_1005 {
LMSTR sv1005_comment;
} SERVER_INFO_1005, *PSERVER_INFO_1005, *LPSERVER_INFO_1005;
Members
sv1005_comment
Pointer to a string that contains a comment describing the server. The comment can be null.
This string is Unicode if _WIN32_WINNT or FORCE_UNICODE are defined.
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) |