Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |