SERVER_INFO_1540 structure (lmserver.h)
The SERVER_INFO_1540 structure specifies whether the server allows redirected server drives to be shared.
Syntax
typedef struct _SERVER_INFO_1540 {
BOOL sv1540_enablesharednetdrives;
} SERVER_INFO_1540, *PSERVER_INFO_1540, *LPSERVER_INFO_1540;
Members
sv1540_enablesharednetdrives
Specifies whether the server allows redirected server drives to be shared.
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) |