2.2.1.2.3 VDS_RECOVER_ACTION

The VDS_RECOVER_ACTION enumeration defines the set of valid client actions to be taken in response to a notification with target type VDS_NTT_SERVICE.

 typedef enum _VDS_RECOVER_ACTION
 {
   VDS_RA_UNKNOWN = 0,
   VDS_RA_REFRESH = 1,
   VDS_RA_RESTART = 2
 } VDS_RECOVER_ACTION;

VDS_RA_UNKNOWN:  Client action to be taken is unknown.

VDS_RA_REFRESH:  Client action to be taken is to call the IVdsService::Refresh (section 3.4.5.2.4.10) method.

VDS_RA_RESTART:  Client action to be taken is to restart the service.