Skip to content

Latest commit

 

History

History
127 lines (107 loc) · 3.41 KB

nf-ndhelper-inetdiaghelperinfo-getattributeinfo.md

File metadata and controls

127 lines (107 loc) · 3.41 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.INetDiagHelperInfo.GetAttributeInfo
INetDiagHelperInfo::GetAttributeInfo (ndhelper.h)
The GetAttributeInfo method retrieves the list of key parameters needed by the Helper Class Extension.
GetAttributeInfo
GetAttributeInfo method [NDF]
GetAttributeInfo method [NDF]
INetDiagHelperInfo interface
INetDiagHelperInfo interface [NDF]
GetAttributeInfo method
INetDiagHelperInfo.GetAttributeInfo
INetDiagHelperInfo::GetAttributeInfo
ndf.inetdiaghelperinfo_getattributeinfo
ndhelper/INetDiagHelperInfo::GetAttributeInfo
ndf\inetdiaghelperinfo_getattributeinfo.htm
NDF
0c1a12f3-357f-4d96-b0ef-99d788b6e020
12/05/2018
GetAttributeInfo, GetAttributeInfo method [NDF], GetAttributeInfo method [NDF],INetDiagHelperInfo interface, INetDiagHelperInfo interface [NDF],GetAttributeInfo method, INetDiagHelperInfo.GetAttributeInfo, INetDiagHelperInfo::GetAttributeInfo, ndf.inetdiaghelperinfo_getattributeinfo, ndhelper/INetDiagHelperInfo::GetAttributeInfo
ndhelper.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
INetDiagHelperInfo::GetAttributeInfo
ndhelper/INetDiagHelperInfo::GetAttributeInfo
c++
APIRef
kbSyntax
COM
ndhelper.h
INetDiagHelperInfo.GetAttributeInfo

INetDiagHelperInfo::GetAttributeInfo

-description

The GetAttributeInfo method retrieves the list of key parameters needed by the Helper Class Extension.

-parameters

-param pcelt [out]

A pointer to a count of elements in the array pointed to by pprgAttributeInfos.

-param pprgAttributeInfos [out]

A pointer to an array of HelperAttributeInfo structures that contain helper class key parameters.

-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_ACCESSDENIED
The caller does not have sufficient privileges to perform the diagnosis or repair operation.
 

Helper Class Extensions may return HRESULTS that are specific to the diagnoses or repairs.

-remarks

The key parameter list is used by NDF to determine whether enough information is available for the extension to perform diagnosis. If the hypothesis to call the extension lacks a key attribute, the extension will not be called. Optional attributes will not be returned by this call.

-see-also

INetDiagHelperInfo