Skip to content

Latest commit

 

History

History
149 lines (127 loc) · 3.5 KB

nf-ndhelper-inetdiaghelper-getdownstreamhypotheses.md

File metadata and controls

149 lines (127 loc) · 3.5 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.INetDiagHelper.GetDownStreamHypotheses
INetDiagHelper::GetDownStreamHypotheses (ndhelper.h)
Asks the Helper Class Extension to generate hypotheses.
GetDownStreamHypotheses
GetDownStreamHypotheses method [NDF]
GetDownStreamHypotheses method [NDF]
INetDiagHelper interface
INetDiagHelper interface [NDF]
GetDownStreamHypotheses method
INetDiagHelper.GetDownStreamHypotheses
INetDiagHelper::GetDownStreamHypotheses
ndf.inetdiaghelpe_getdownstreamhypotheses
ndhelper/INetDiagHelper::GetDownStreamHypotheses
ndf\inetdiaghelpe_getdownstreamhypotheses.htm
NDF
ac26fbb5-d30f-4b1f-b432-043a07bfa853
12/05/2018
GetDownStreamHypotheses, GetDownStreamHypotheses method [NDF], GetDownStreamHypotheses method [NDF],INetDiagHelper interface, INetDiagHelper interface [NDF],GetDownStreamHypotheses method, INetDiagHelper.GetDownStreamHypotheses, INetDiagHelper::GetDownStreamHypotheses, ndf.inetdiaghelpe_getdownstreamhypotheses, ndhelper/INetDiagHelper::GetDownStreamHypotheses
ndhelper.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
INetDiagHelper::GetDownStreamHypotheses
ndhelper/INetDiagHelper::GetDownStreamHypotheses
c++
APIRef
kbSyntax
COM
ndhelper.h
INetDiagHelper.GetDownStreamHypotheses

INetDiagHelper::GetDownStreamHypotheses

-description

The GetDownStreamHypotheses method asks the Helper Class Extension to generate hypotheses for possible causes of low health in the downstream network components it depends on.

-parameters

-param pcelt [out]

A pointer to a count of elements in the HYPOTHESIS array.

-param pprgHypotheses [out]

A pointer to an array of HYPOTHESIS structures.

-returns

Return code Description
S_OK
The operation succeeded.
E_OUTOFMEMORY
There is not enough memory available to complete this operation.
E_INVALIDARG
One or more parameters has not been provided correctly.
E_NOTIMPL
This optional method is not implemented.
E_ACCESSDENIED
The caller does not have sufficient privileges to perform the diagnosis or repair operation.
E_ABORT
The diagnosis or repair operation has been canceled.
 

Helper Class Extensions may return HRESULTS that are specific to the failures encountered in the function.

-remarks

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

-see-also

INetDiagHelper