REPAIR_RISK enumeration (ndattrib.h)

The REPAIR_RISK enumeration specifies whether repair changes are persistent and whether they can be undone.

Syntax

typedef enum __MIDL___MIDL_itf_ndattrib_0000_0000_0002 {
  RR_NOROLLBACK = 0,
  RR_ROLLBACK,
  RR_NORISK
} REPAIR_RISK;

Constants

 
RR_NOROLLBACK
Value: 0
The repair performs persistent changes that cannot be undone.
RR_ROLLBACK
The repair performs persistent changes that can be undone.
RR_NORISK
The repair does not perform persistent changes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header ndattrib.h