|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <io.h>

Public Attributes | |
| CSHORT | Type |
| CSHORT | Size |
| LIST_ENTRY | ListEntry |
| PDEVICE_OBJECT | DeviceObject |
| PDRIVER_OBJECT | DriverObject |
| LARGE_INTEGER | TimeStamp |
| PDEVICE_OBJECT _ERROR_LOG_ENTRY::DeviceObject |
Definition at line 336 of file io.h.
Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().
| PDRIVER_OBJECT _ERROR_LOG_ENTRY::DriverObject |
Definition at line 337 of file io.h.
Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().
| LIST_ENTRY _ERROR_LOG_ENTRY::ListEntry |
Definition at line 335 of file io.h.
Referenced by IopLogWorker(), and IoWriteErrorLogEntry().
| CSHORT _ERROR_LOG_ENTRY::Size |
Definition at line 334 of file io.h.
Referenced by IoAllocateErrorLogEntry(), IoFreeErrorLogEntry(), and IopLogWorker().
| LARGE_INTEGER _ERROR_LOG_ENTRY::TimeStamp |
Definition at line 338 of file io.h.
Referenced by IopLogWorker(), and IoWriteErrorLogEntry().
| CSHORT _ERROR_LOG_ENTRY::Type |
Definition at line 333 of file io.h.
Referenced by IoAllocateErrorLogEntry().