2.2.1.6 WINSINTF_TRIG_TYPE_E

The WINSINTF_TRIG_TYPE_E enumeration defines the type of replication to be done. It is used by the RPC method R_WinsTrigger.

 typedef  enum _WINSINTF_TRIG_TYPE_E
 {
   WINSINTF_E_PULL = 0,
   WINSINTF_E_PUSH,
   WINSINTF_E_PUSH_PROP
 } WINSINTF_TRIG_TYPE_E,
  *PWINSINTF_TRIG_TYPE_E;

WINSINTF_E_PULL:  The target WINS server performs pull replication with the specified WINS server.

WINSINTF_E_PUSH:  The target WINS server performs push replication with the specified WINS server.

WINSINTF_E_PUSH_PROP:  The target WINS server performs propagating push replication with the specified WINS server.