Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.24 KB

ne-ndhelper-repair_status.md

File metadata and controls

78 lines (62 loc) · 2.24 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:ndhelper.tagREPAIR_STATUS
REPAIR_STATUS (ndhelper.h)
The REPAIR_STATUS enumeration describes the result of a helper class attempting a repair option.
REPAIR_STATUS
REPAIR_STATUS enumeration [NDF]
RS_DEFERRED
RS_NOT_IMPLEMENTED
RS_REPAIRED
RS_UNREPAIRED
RS_USER_ACTION
ndf.repair_status
ndhelper/REPAIR_STATUS
ndhelper/RS_DEFERRED
ndhelper/RS_NOT_IMPLEMENTED
ndhelper/RS_REPAIRED
ndhelper/RS_UNREPAIRED
ndhelper/RS_USER_ACTION
ndf\repair_status.htm
NDF
efc3b64f-d3f3-41da-ae43-c7d8df9bf8e1
12/05/2018
REPAIR_STATUS, REPAIR_STATUS enumeration [NDF], RS_DEFERRED, RS_NOT_IMPLEMENTED, RS_REPAIRED, RS_UNREPAIRED, RS_USER_ACTION, ndf.repair_status, ndhelper/REPAIR_STATUS, ndhelper/RS_DEFERRED, ndhelper/RS_NOT_IMPLEMENTED, ndhelper/RS_REPAIRED, ndhelper/RS_UNREPAIRED, ndhelper/RS_USER_ACTION
ndhelper.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
REPAIR_STATUS
19H1
tagREPAIR_STATUS
ndhelper/tagREPAIR_STATUS
REPAIR_STATUS
ndhelper/REPAIR_STATUS
c++
APIRef
kbSyntax
HeaderDef
ndhelper.h
REPAIR_STATUS

REPAIR_STATUS enumeration

-description

The REPAIR_STATUS enumeration describes the result of a helper class attempting a repair option.

-enum-fields

-field RS_NOT_IMPLEMENTED:0

The helper class does not have a repair option implemented.

-field RS_REPAIRED

The helper class has repaired a problem.

-field RS_UNREPAIRED

The helper class has attempted to repair a problem but validation indicates the repair operation has not succeeded.

-field RS_DEFERRED

The helper class is unable to perform the repair at this time.

-field RS_USER_ACTION

The helper class needs the user to perform an action before the repair can continue.