Skip to content

Latest commit

 

History

History
112 lines (84 loc) · 3.88 KB

nf-ndhelper-inetdiaghelperex-reconfirmlowhealth.md

File metadata and controls

112 lines (84 loc) · 3.88 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
NF:ndhelper.INetDiagHelperEx.ReconfirmLowHealth
INetDiagHelperEx::ReconfirmLowHealth (ndhelper.h)
Used to add a second Low Health pass after hypotheses have been diagnosed and before repairs are retrieved.
INetDiagHelperEx interface [NDF]
ReconfirmLowHealth method
INetDiagHelperEx.ReconfirmLowHealth
INetDiagHelperEx::ReconfirmLowHealth
ReconfirmLowHealth
ReconfirmLowHealth method [NDF]
ReconfirmLowHealth method [NDF]
INetDiagHelperEx interface
ndf.inetdiaghelperex_reconfirmlowhealth
ndhelper/INetDiagHelperEx::ReconfirmLowHealth
ndf\inetdiaghelperex_reconfirmlowhealth.htm
NDF
4ac1c901-cfc3-4ef6-aceb-d496179145b8
12/05/2018
INetDiagHelperEx interface [NDF],ReconfirmLowHealth method, INetDiagHelperEx.ReconfirmLowHealth, INetDiagHelperEx::ReconfirmLowHealth, ReconfirmLowHealth, ReconfirmLowHealth method [NDF], ReconfirmLowHealth method [NDF],INetDiagHelperEx interface, ndf.inetdiaghelperex_reconfirmlowhealth, ndhelper/INetDiagHelperEx::ReconfirmLowHealth
ndhelper.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Ndhelper.idl
Windows
19H1
INetDiagHelperEx::ReconfirmLowHealth
ndhelper/INetDiagHelperEx::ReconfirmLowHealth
c++
APIRef
kbSyntax
COM
ndhelper.h
INetDiagHelperEx.ReconfirmLowHealth

INetDiagHelperEx::ReconfirmLowHealth

-description

The ReconfirmLowHealth method is used to add a second Low Health pass after hypotheses have been diagnosed and before repairs are retrieved. This method allows the helper class to see the diagnostics results and to change the diagnosis if needed. The method is only called if a diagnosis is not rejected and hypotheses were generated.

-parameters

-param celt [in]

The number of HypothesisResult structures pointed to by pResults.

-param pResults [in]

Pointer to HypothesisResult structure(s) containing the HYPOTHESIS information obtained via the GetLowerHypotheses method along with the status of that hypothesis. Includes one HypothesisResult structure for each hypothesis generated by the helper class's call to GetLowerHypotheses.

-param ppwszUpdatedDescription [out]

An updated description of the incident being diagnosed.

-param pUpdatedStatus [out]

A DIAGNOSIS_STATUS value which indicates the status of the incident.

-returns

Possible return values include, but are not limited to, the following.

Return code Description
S_OK
The operation succeeded.
 

Any result other than S_OK will be interpreted as an error and will cause the function results to be discarded.

-remarks

This method is not required when building a Helper Class Extension.

-see-also

DIAGNOSIS_STATUS

HypothesisResult

INetDiagHelperEx