DiagnosticsInfo structure (ndhelper.h)
The DiagnosticsInfo structure contains the estimate of diagnosis time, and flags for invocation.
Syntax
typedef struct tagDiagnosticsInfo {
long cost;
ULONG flags;
} DiagnosticsInfo, *PDiagnosticsInfo;
Members
cost
Type: long
The length of time, in seconds, that the diagnosis should take to complete. A value of zero or a negative value means the cost is negligible. Any positive value will cause the engine to adjust the overall diagnostics process.
flags
Type: ULONG
Reserved.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | ndhelper.h |