|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 | |
| }; | |
| union { ... } _KIDT_ACCESS::@2501 |
| union { ... } _KIDT_ACCESS::@2635 |
| UCHAR _KIDT_ACCESS::Dpl |
Definition at line 551 of file ketypes.h.
Referenced by SetInterruptGate().
| UCHAR _KIDT_ACCESS::Present |
Definition at line 552 of file ketypes.h.
Referenced by SetInterruptGate().
| UCHAR _KIDT_ACCESS::Reserved |
Definition at line 548 of file ketypes.h.
Referenced by SetInterruptGate().
| UCHAR _KIDT_ACCESS::SegmentType |
Definition at line 549 of file ketypes.h.
Referenced by SetInterruptGate().
| UCHAR _KIDT_ACCESS::SystemSegmentFlag |
Definition at line 550 of file ketypes.h.
Referenced by SetInterruptGate().
| USHORT _KIDT_ACCESS::Value |
Definition at line 554 of file ketypes.h.
Referenced by SetInterruptGate().