ReactOS 0.4.15-dev-7918-g2a2556c
_CLASS_ERROR_LOG_DATA Struct Reference

#include <classp.h>

Collaboration diagram for _CLASS_ERROR_LOG_DATA:

Public Attributes

LARGE_INTEGER TickCount
 
ULONG PortNumber
 
UCHAR ErrorPaging: 1
 
UCHAR ErrorRetried: 1
 
UCHAR ErrorUnhandled: 1
 
UCHAR ErrorReserved: 5
 
UCHAR Reserved [3]
 
SCSI_REQUEST_BLOCK Srb
 
SENSE_DATA SenseData
 

Detailed Description

Definition at line 460 of file classp.h.

Member Data Documentation

◆ ErrorPaging

UCHAR _CLASS_ERROR_LOG_DATA::ErrorPaging

Definition at line 464 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().

◆ ErrorReserved

UCHAR _CLASS_ERROR_LOG_DATA::ErrorReserved

Definition at line 467 of file classp.h.

Referenced by ClassQueryInternalDataBlock().

◆ ErrorRetried

UCHAR _CLASS_ERROR_LOG_DATA::ErrorRetried

Definition at line 465 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().

◆ ErrorUnhandled

UCHAR _CLASS_ERROR_LOG_DATA::ErrorUnhandled

Definition at line 466 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().

◆ PortNumber

ULONG _CLASS_ERROR_LOG_DATA::PortNumber

Definition at line 462 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().

◆ Reserved

UCHAR _CLASS_ERROR_LOG_DATA::Reserved[3]

Definition at line 469 of file classp.h.

Referenced by ClassQueryInternalDataBlock().

◆ SenseData

SENSE_DATA _CLASS_ERROR_LOG_DATA::SenseData

Definition at line 479 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().

◆ Srb

SCSI_REQUEST_BLOCK _CLASS_ERROR_LOG_DATA::Srb

Definition at line 471 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().

◆ TickCount

LARGE_INTEGER _CLASS_ERROR_LOG_DATA::TickCount

Definition at line 461 of file classp.h.

Referenced by ClassInterpretSenseInfo(), and ClassQueryInternalDataBlock().


The documentation for this struct was generated from the following file: