ReactOS 0.4.15-dev-7958-gcd0bb1a
_WCACHE_ERROR_CONTEXT Struct Reference

#include <wcache_lib.h>

Collaboration diagram for _WCACHE_ERROR_CONTEXT:

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
 
}; 
 

Detailed Description

Definition at line 73 of file wcache_lib.h.

Member Data Documentation

◆ 

union { ... } _WCACHE_ERROR_CONTEXT::@956

◆ BCount

ULONG _WCACHE_ERROR_CONTEXT::BCount

Definition at line 81 of file wcache_lib.h.

◆ Buffer

PVOID _WCACHE_ERROR_CONTEXT::Buffer

Definition at line 82 of file wcache_lib.h.

◆ 

struct { ... } _WCACHE_ERROR_CONTEXT::Internal

◆ Lba

ULONG _WCACHE_ERROR_CONTEXT::Lba

Definition at line 80 of file wcache_lib.h.

◆ p1

ULONG _WCACHE_ERROR_CONTEXT::p1

Definition at line 85 of file wcache_lib.h.

◆ p2

ULONG _WCACHE_ERROR_CONTEXT::p2

Definition at line 86 of file wcache_lib.h.

◆ p3

ULONG _WCACHE_ERROR_CONTEXT::p3

Definition at line 87 of file wcache_lib.h.

◆ p4

ULONG _WCACHE_ERROR_CONTEXT::p4

Definition at line 88 of file wcache_lib.h.

◆ Padding

UCHAR _WCACHE_ERROR_CONTEXT::Padding[3]

Definition at line 77 of file wcache_lib.h.

◆ 

struct { ... } _WCACHE_ERROR_CONTEXT::ReadWrite

Referenced by WCacheRaiseIoError().

◆ Retry

BOOLEAN _WCACHE_ERROR_CONTEXT::Retry

Definition at line 76 of file wcache_lib.h.

Referenced by WCacheRaiseIoError().

◆ Status

OSSTATUS _WCACHE_ERROR_CONTEXT::Status

Definition at line 75 of file wcache_lib.h.

Referenced by WCacheRaiseIoError().

◆ WCErrorCode

ULONG _WCACHE_ERROR_CONTEXT::WCErrorCode

Definition at line 74 of file wcache_lib.h.

Referenced by WCacheRaiseIoError().


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