Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.8 KB

ne-ndhelper-diagnosis_status.md

File metadata and controls

87 lines (67 loc) · 2.8 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.tagDIAGNOSIS_STATUS
DIAGNOSIS_STATUS (ndhelper.h)
The DIAGNOSIS_STATUS enumeration describes the result of a hypothesis submitted to a helper class in which the health of a component has been determined.
DIAGNOSIS_STATUS
DIAGNOSIS_STATUS enumeration [NDF]
DS_CONFIRMED
DS_DEFERRED
DS_INDETERMINATE
DS_NOT_IMPLEMENTED
DS_PASSTHROUGH
DS_REJECTED
ndf.diagnosis_status
ndhelper/DIAGNOSIS_STATUS
ndhelper/DS_CONFIRMED
ndhelper/DS_DEFERRED
ndhelper/DS_INDETERMINATE
ndhelper/DS_NOT_IMPLEMENTED
ndhelper/DS_PASSTHROUGH
ndhelper/DS_REJECTED
ndf\diagnosis_status.htm
NDF
2ad72ac5-3f33-4206-be39-1cfe11ee840d
12/05/2018
DIAGNOSIS_STATUS, DIAGNOSIS_STATUS enumeration [NDF], DS_CONFIRMED, DS_DEFERRED, DS_INDETERMINATE, DS_NOT_IMPLEMENTED, DS_PASSTHROUGH, DS_REJECTED, ndf.diagnosis_status, ndhelper/DIAGNOSIS_STATUS, ndhelper/DS_CONFIRMED, ndhelper/DS_DEFERRED, ndhelper/DS_INDETERMINATE, ndhelper/DS_NOT_IMPLEMENTED, ndhelper/DS_PASSTHROUGH, ndhelper/DS_REJECTED
ndhelper.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
DIAGNOSIS_STATUS
19H1
tagDIAGNOSIS_STATUS
ndhelper/tagDIAGNOSIS_STATUS
DIAGNOSIS_STATUS
ndhelper/DIAGNOSIS_STATUS
c++
APIRef
kbSyntax
HeaderDef
ndhelper.h
DIAGNOSIS_STATUS

DIAGNOSIS_STATUS enumeration

-description

The DIAGNOSIS_STATUS enumeration describes the result of a hypothesis submitted to a helper class in which the health of a component has been determined.

-enum-fields

-field DS_NOT_IMPLEMENTED:0

A helper class is not implemented

-field DS_CONFIRMED

The helper class has confirmed a problem existing in its component.

-field DS_REJECTED

The helper class has determined that no problem exists.

-field DS_INDETERMINATE

The helper class is unable to determine whether there is a problem.

-field DS_DEFERRED

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

-field DS_PASSTHROUGH

The helper class has identified hypotheses to investigate further, but did not identify any problems in its own component.

Equivalent to DS_INDETERMINATE, but is later updated to DS_REJECTED if no hypothesis is confirmed.

Note  Available only in Windows 7, Windows Server 2008 R2, and later.