ReactOS 0.4.15-dev-7842-g558ab78
_IO_ERROR_LOG_PACKET Struct Reference

#include <iotypes.h>

Collaboration diagram for _IO_ERROR_LOG_PACKET:

Public Attributes

UCHAR MajorFunctionCode
 
UCHAR RetryCount
 
USHORT DumpDataSize
 
USHORT NumberOfStrings
 
USHORT StringOffset
 
USHORT EventCategory
 
NTSTATUS ErrorCode
 
ULONG UniqueErrorValue
 
NTSTATUS FinalStatus
 
ULONG SequenceNumber
 
ULONG IoControlCode
 
LARGE_INTEGER DeviceOffset
 
ULONG DumpData [1]
 

Detailed Description

Definition at line 2000 of file iotypes.h.

Member Data Documentation

◆ DeviceOffset

LARGE_INTEGER _IO_ERROR_LOG_PACKET::DeviceOffset

Definition at line 2012 of file iotypes.h.

Referenced by ClassInterpretSenseInfo().

◆ DumpData

ULONG _IO_ERROR_LOG_PACKET::DumpData[1]

◆ DumpDataSize

USHORT _IO_ERROR_LOG_PACKET::DumpDataSize

◆ ErrorCode

◆ EventCategory

USHORT _IO_ERROR_LOG_PACKET::EventCategory

Definition at line 2006 of file iotypes.h.

Referenced by TiWriteErrorLog().

◆ FinalStatus

NTSTATUS _IO_ERROR_LOG_PACKET::FinalStatus

◆ IoControlCode

ULONG _IO_ERROR_LOG_PACKET::IoControlCode

◆ MajorFunctionCode

UCHAR _IO_ERROR_LOG_PACKET::MajorFunctionCode

◆ NumberOfStrings

USHORT _IO_ERROR_LOG_PACKET::NumberOfStrings

◆ RetryCount

UCHAR _IO_ERROR_LOG_PACKET::RetryCount

◆ SequenceNumber

ULONG _IO_ERROR_LOG_PACKET::SequenceNumber

◆ StringOffset

USHORT _IO_ERROR_LOG_PACKET::StringOffset

◆ UniqueErrorValue

ULONG _IO_ERROR_LOG_PACKET::UniqueErrorValue

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