SERVER_INFO_1017 structure (lmserver.h)
The SERVER_INFO_1017 structure contains the network announce rate associated with the specified server.
Syntax
typedef struct _SERVER_INFO_1017 {
DWORD sv1017_announce;
} SERVER_INFO_1017, *PSERVER_INFO_1017, *LPSERVER_INFO_1017;
Members
sv1017_announce
Specifies the network announce rate, in seconds. This rate determines how often the server is announced to other computers on the network.
For more information about how much the announce rate can vary from the period of time specified by this member, see SERVER_INFO_1018.
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) |