VIODIAGNOSTICITEMSARRAY
This structure provides the data about diagnostic codes from the mini-driver.
Syntax
typedef struct {
DWORD cDiagnosticInfo;
DWORD cbDiagnosticInfo;
VIODIAGNOSTICINFO vdiItems[1];
}
Members
- cDiagnosticInfo
- Number of diagnostic items being returned.
- cbDiagnosticInfo
- Number of bytes of the diagnostic information being returned.
- vdiItems
- First VIODIAGNOSTICINFO structure that contains information about a diagnostic code.