2.2.1.2.17 VDS_TRANSITION_STATE

The VDS_TRANSITION_STATE enumeration defines the set of valid transition state values for a VDS object.

 typedef enum _VDS_TRANSITION_STATE
 {
   VDS_TS_UNKNOWN = 0x00000000,
   VDS_TS_STABLE = 0x00000001,
   VDS_TS_EXTENDING = 0x00000002,
   VDS_TS_SHRINKING = 0x00000003,
   VDS_TS_RECONFIGING = 0x00000004
 } VDS_TRANSITION_STATE;

VDS_TS_UNKNOWN:  The transition state of the object cannot be determined.

VDS_TS_STABLE:  The object is stable. No configuration activity is currently in progress.

VDS_TS_EXTENDING:  The object is being extended.

VDS_TS_SHRINKING:  The object is being shrunk.

VDS_TS_RECONFIGING:  The object is being automatically reconfigured.