|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wcache_lib.h>

Public Attributes | |
| ULONG | WCErrorCode |
| OSSTATUS | Status |
| BOOLEAN | Retry |
| UCHAR | Padding [3] |
| union { | |
| struct { | |
| ULONG Lba | |
| ULONG BCount | |
| PVOID Buffer | |
| } ReadWrite | |
| struct { | |
| ULONG p1 | |
| ULONG p2 | |
| ULONG p3 | |
| ULONG p4 | |
| } Internal | |
| }; | |
Definition at line 73 of file wcache_lib.h.
| union { ... } _WCACHE_ERROR_CONTEXT::@1077 |
| ULONG _WCACHE_ERROR_CONTEXT::BCount |
Definition at line 81 of file wcache_lib.h.
| PVOID _WCACHE_ERROR_CONTEXT::Buffer |
Definition at line 82 of file wcache_lib.h.
| struct { ... } _WCACHE_ERROR_CONTEXT::Internal |
| ULONG _WCACHE_ERROR_CONTEXT::Lba |
Definition at line 80 of file wcache_lib.h.
| ULONG _WCACHE_ERROR_CONTEXT::p1 |
Definition at line 85 of file wcache_lib.h.
| ULONG _WCACHE_ERROR_CONTEXT::p2 |
Definition at line 86 of file wcache_lib.h.
| ULONG _WCACHE_ERROR_CONTEXT::p3 |
Definition at line 87 of file wcache_lib.h.
| ULONG _WCACHE_ERROR_CONTEXT::p4 |
Definition at line 88 of file wcache_lib.h.
| UCHAR _WCACHE_ERROR_CONTEXT::Padding[3] |
Definition at line 77 of file wcache_lib.h.
| struct { ... } _WCACHE_ERROR_CONTEXT::ReadWrite |
Referenced by WCacheRaiseIoError().
| BOOLEAN _WCACHE_ERROR_CONTEXT::Retry |
Definition at line 76 of file wcache_lib.h.
Referenced by WCacheRaiseIoError().
| OSSTATUS _WCACHE_ERROR_CONTEXT::Status |
Definition at line 75 of file wcache_lib.h.
Referenced by WCacheRaiseIoError().
| ULONG _WCACHE_ERROR_CONTEXT::WCErrorCode |
Definition at line 74 of file wcache_lib.h.
Referenced by WCacheRaiseIoError().