#include <ioep.h>
Public Attributes | |
| LIST_ENTRY | list |
| LIST_ENTRY | ErrLogListHead |
| ULONG | ThreadKeyType |
| union { | |
| struct { | |
| PIRP Irp | |
| UCHAR MajorFunction | |
| UCHAR MinorFunction | |
| PVOID Arguments [4] | |
| PDEVICE_OBJECT TargetDevice | |
| } IrpKey | |
| struct { | |
| PKTHREAD ThreadID | |
| } ThIDKey | |
| } | ThreadKey |
|
|
|
|
|
Definition at line 85 of file ioep.h. Referenced by IoepInitErrLog(), IoepLogErr(), IoepNewErrThread(), IoErrPropagateErrLog(), and IoErrTerminateErrLog(). |
|
|
|
|
|
|
|
|
Definition at line 84 of file ioep.h. Referenced by IoepNewErrThread(), and IoErrTerminateErrLog(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by IoepFindErrThread(), IoepNewErrThread(), and IoErrTerminateErrLog(). |
|
|
Definition at line 86 of file ioep.h. Referenced by IoepFindErrThread(), IoepNewErrThread(), and IoErrTerminateErrLog(). |
1.3.7