2.2.1.2.7 VERSION_REQUEST_TYPE

The VERSION_REQUEST_TYPE enumerated value is used to indicate what role the client version vector request has. For more information on version vectors see [MS-FRS1] section 3.1.1.11.

 typedef  enum 
 {
   REQUEST_NORMAL_SYNC = 0,
   REQUEST_SLOW_SYNC = 1,
   REQUEST_SUBORDINATE_SYNC = 2
 } VERSION_REQUEST_TYPE;

REQUEST_NORMAL_SYNC:  Indicates that the client requests a version vector from the server for standard synchronization.

REQUEST_SLOW_SYNC:  Indicates that the client requests a version vector from the server for Slow Sync.

REQUEST_SUBORDINATE_SYNC:  Indicates that the client requests a version vector from the server for selective single master mode.