2.2.2.5 WINSINTF_RPL_COUNTERS_T

The WINSINTF_RPL_COUNTERS_T structure defines counters that contain the number of successful pull replications and the number of communication failures for a given replication partner. It is used in the structure WINSINTF_STAT_T.

 typedef struct _WINSINTF_RPL_COUNTERS_T {
   WINSINTF_ADD_T Add;
   DWORD NoOfRpls;
   DWORD NoOfCommFails;
 } WINSINTF_RPL_COUNTERS_T,
  *PWINSINTF_RPL_COUNTERS_T;

Add: The IP address of a partner WINS server.

NoOfRpls: The number of successful pull replications that have been performed with the replication partner. The target WINS server stores the replication partner's IP address in the Add member.

NoOfCommFails: The number of communication failures that have occurred in pull replications between the WINS server whose IP address is given in Add and the target WINS server.