INetDiagHelper::GetDiagnosticsInfo method (ndhelper.h)
The GetDiagnosticsInfo method enables the Helper Class Extension instance to provide an estimate of how long the diagnosis may take.
Syntax
HRESULT GetDiagnosticsInfo(
[out] DiagnosticsInfo **ppInfo
);
Parameters
[out] ppInfo
A pointer to a pointer to a DiagnosticsInfo structure.
Return value
| Return code | Description |
|---|---|
|
The operation succeeded. |
|
There is not enough memory available to complete this operation. |
|
One or more parameters has not been provided correctly. |
|
The caller does not have sufficient privileges to perform the diagnosis or repair operation. |
|
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
The GetDiagnosticsInfo method is required when building a Helper Class Extension.
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | ndhelper.h |