ReactOS 0.4.15-dev-7906-g1b85a5f
_ERROR_LOG_ENTRY Struct Reference

#include <io.h>

Collaboration diagram for _ERROR_LOG_ENTRY:

Public Attributes

CSHORT Type
 
CSHORT Size
 
LIST_ENTRY ListEntry
 
PDEVICE_OBJECT DeviceObject
 
PDRIVER_OBJECT DriverObject
 
LARGE_INTEGER TimeStamp
 

Detailed Description

Definition at line 331 of file io.h.

Member Data Documentation

◆ DeviceObject

PDEVICE_OBJECT _ERROR_LOG_ENTRY::DeviceObject

Definition at line 336 of file io.h.

Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().

◆ DriverObject

PDRIVER_OBJECT _ERROR_LOG_ENTRY::DriverObject

Definition at line 337 of file io.h.

Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().

◆ ListEntry

LIST_ENTRY _ERROR_LOG_ENTRY::ListEntry

Definition at line 335 of file io.h.

Referenced by IopLogWorker(), and IoWriteErrorLogEntry().

◆ Size

CSHORT _ERROR_LOG_ENTRY::Size

Definition at line 334 of file io.h.

Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().

◆ TimeStamp

LARGE_INTEGER _ERROR_LOG_ENTRY::TimeStamp

Definition at line 338 of file io.h.

Referenced by IopLogWorker(), and IoWriteErrorLogEntry().

◆ Type

CSHORT _ERROR_LOG_ENTRY::Type

Definition at line 333 of file io.h.

Referenced by IoAllocateErrorLogEntry().


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