Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 1.87 KB

ne-ndattrib-repair_risk.md

File metadata and controls

70 lines (58 loc) · 1.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:ndattrib.__MIDL___MIDL_itf_ndattrib_0000_0000_0002
REPAIR_RISK (ndattrib.h)
The REPAIR_RISK enumeration specifies whether repair changes are persistent and whether they can be undone.
REPAIR_RISK
REPAIR_RISK enumeration [NDF]
RR_NORISK
RR_NOROLLBACK
RR_ROLLBACK
ndattrib/REPAIR_RISK
ndattrib/RR_NORISK
ndattrib/RR_NOROLLBACK
ndattrib/RR_ROLLBACK
ndf.repair_risk
ndf\repair_risk.htm
NDF
016e047e-9962-4b27-bd5d-8dd6b826ae03
12/05/2018
REPAIR_RISK, REPAIR_RISK enumeration [NDF], RR_NORISK, RR_NOROLLBACK, RR_ROLLBACK, ndattrib/REPAIR_RISK, ndattrib/RR_NORISK, ndattrib/RR_NOROLLBACK, ndattrib/RR_ROLLBACK, ndf.repair_risk
ndattrib.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
REPAIR_RISK
19H1
__MIDL___MIDL_itf_ndattrib_0000_0000_0002
ndattrib/__MIDL___MIDL_itf_ndattrib_0000_0000_0002
REPAIR_RISK
ndattrib/REPAIR_RISK
c++
APIRef
kbSyntax
HeaderDef
Ndattrib.h
REPAIR_RISK

REPAIR_RISK enumeration

-description

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

-enum-fields

-field RR_NOROLLBACK:0

The repair performs persistent changes that cannot be undone.

-field RR_ROLLBACK

The repair performs persistent changes that can be undone.

-field RR_NORISK

The repair does not perform persistent changes.