ReactOS 0.4.16-dev-814-g656a5dc
_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 171 of file ke.h.

Member Data Documentation

◆ 

struct { ... } _KTRAP_EXIT_SKIP_BITS::@1800

◆ Bits

UCHAR _KTRAP_EXIT_SKIP_BITS::Bits

Definition at line 180 of file ke.h.

◆ Reserved

UCHAR _KTRAP_EXIT_SKIP_BITS::Reserved

Definition at line 178 of file ke.h.

◆ SkipPreviousMode

UCHAR _KTRAP_EXIT_SKIP_BITS::SkipPreviousMode

Definition at line 175 of file ke.h.

◆ SkipSegments

UCHAR _KTRAP_EXIT_SKIP_BITS::SkipSegments

Definition at line 176 of file ke.h.

◆ SkipVolatiles

UCHAR _KTRAP_EXIT_SKIP_BITS::SkipVolatiles

Definition at line 177 of file ke.h.


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