SERVER_INFO_1018 structure (lmserver.h)
The SERVER_INFO_1018 structure contains information about how much the announce rate can vary for the specified server.
Syntax
typedef struct _SERVER_INFO_1018 {
DWORD sv1018_anndelta;
} SERVER_INFO_1018, *PSERVER_INFO_1018, *LPSERVER_INFO_1018;
Members
sv1018_anndelta
Specifies the delta value for the announce rate, in milliseconds. This value specifies how much the announce rate can vary from the period of time specified in the svX_announce member.
The delta value allows randomly varied announce rates. For example, if the svX_announce member has the value 10 and the svX_anndelta member has the value 1, the announce rate can vary from 9.999 seconds to 10.001 seconds. For more information, see SERVER_INFO_102 and SERVER_INFO_1017.
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) |