Platform SDK: Network Management

SERVER_INFO_1017

The SERVER_INFO_1017 structure contains the network announce rate associated with the specified server.

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

  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_1018