RepairInfoEx structure (ndattrib.h)

Contains detailed repair information that can be used to help resolve the root cause of an incident.

Syntax

typedef struct tagRepairInfoEx {
  RepairInfo repair;
  USHORT     repairRank;
} RepairInfoEx, *PRepairInfoEx;

Members

repair

Type: RepairInfo

The detailed repair information.

repairRank

Type: USHORT

The rank of the repair, relative to other repairs in the RootCauseInfo structure associated with the incident. A repair with rank 1 is expected to be more relevant to the problem and thus will be the first repair to be attempted. The success of any individual repair is not guaranteed, regardless of its rank.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header ndattrib.h

See also

FreeRepairInfoExs

RepairInfo

RootCauseInfo