Platform SDK: Network Management

SERVER_INFO_1018

The SERVER_INFO_1018 structure contains information about how much the announce rate can vary for the specified server.

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

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmserver.h.

See Also

Network Management Overview, Network Management Structures, Server Functions, NetServerGetInfo, SERVER_INFO_102, SERVER_INFO_1017