ReactOS 0.4.15-dev-7918-g2a2556c
_KIDT_ACCESS Struct Reference

#include <ketypes.h>

Public Attributes

union {
   struct {
      UCHAR   Reserved
 
      UCHAR   SegmentType:4
 
      UCHAR   SystemSegmentFlag:1
 
      UCHAR   Dpl:2
 
      UCHAR   Present:1
 
   } 
 
   USHORT   Value
 
}; 
 
union {
   struct {
      UCHAR   Reserved
 
      UCHAR   SegmentType:4
 
      UCHAR   SystemSegmentFlag:1
 
      UCHAR   Dpl:2
 
      UCHAR   Present:1
 
   } 
 
   USHORT   Value
 
}; 
 

Detailed Description

Definition at line 513 of file ketypes.h.

Member Data Documentation

◆ 

union { ... } _KIDT_ACCESS::@2317

◆ 

union { ... } _KIDT_ACCESS::@2451

◆ Dpl

UCHAR _KIDT_ACCESS::Dpl

Definition at line 522 of file ketypes.h.

Referenced by SetInterruptGate().

◆ Present

UCHAR _KIDT_ACCESS::Present

Definition at line 523 of file ketypes.h.

Referenced by SetInterruptGate().

◆ Reserved

UCHAR _KIDT_ACCESS::Reserved

Definition at line 519 of file ketypes.h.

Referenced by SetInterruptGate().

◆ SegmentType

UCHAR _KIDT_ACCESS::SegmentType

Definition at line 520 of file ketypes.h.

Referenced by SetInterruptGate().

◆ SystemSegmentFlag

UCHAR _KIDT_ACCESS::SystemSegmentFlag

Definition at line 521 of file ketypes.h.

Referenced by SetInterruptGate().

◆ Value

USHORT _KIDT_ACCESS::Value

Definition at line 525 of file ketypes.h.

Referenced by SetInterruptGate().


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