ReactOS 0.4.15-dev-7958-gcd0bb1a
_KTRAP_EXIT_SKIP_BITS Union Reference

#include <ke.h>

Collaboration diagram for _KTRAP_EXIT_SKIP_BITS:

Public Attributes

struct {
   UCHAR   SkipPreviousMode:1
 
   UCHAR   SkipSegments:1
 
   UCHAR   SkipVolatiles:1
 
   UCHAR   Reserved:5
 
}; 
 
UCHAR Bits
 

Detailed Description

Definition at line 163 of file ke.h.

Member Data Documentation

◆ 

struct { ... } _KTRAP_EXIT_SKIP_BITS::@1785

◆ Bits

UCHAR _KTRAP_EXIT_SKIP_BITS::Bits

Definition at line 172 of file ke.h.

◆ Reserved

UCHAR _KTRAP_EXIT_SKIP_BITS::Reserved

Definition at line 170 of file ke.h.

◆ SkipPreviousMode

UCHAR _KTRAP_EXIT_SKIP_BITS::SkipPreviousMode

Definition at line 167 of file ke.h.

◆ SkipSegments

UCHAR _KTRAP_EXIT_SKIP_BITS::SkipSegments

Definition at line 168 of file ke.h.

◆ SkipVolatiles

UCHAR _KTRAP_EXIT_SKIP_BITS::SkipVolatiles

Definition at line 169 of file ke.h.


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