ReactOS 0.4.15-dev-7924-g5949c20
_KDP_DEBUG_MODE Struct Reference

#include <kd.h>

Public Attributes

union {
   struct {
      UCHAR   Screen:1
 
      UCHAR   Serial:1
 
      UCHAR   File:1
 
   } 
 
   ULONG   Value
 
}; 
 

Detailed Description

Definition at line 93 of file kd.h.

Member Data Documentation

◆ 

union { ... } _KDP_DEBUG_MODE::@1810

◆ File

UCHAR _KDP_DEBUG_MODE::File

Definition at line 102 of file kd.h.

Referenced by KdpDebugLogInit(), and KdpGetDebugMode().

◆ Screen

UCHAR _KDP_DEBUG_MODE::Screen

◆ Serial

UCHAR _KDP_DEBUG_MODE::Serial

◆ Value

ULONG _KDP_DEBUG_MODE::Value

Definition at line 106 of file kd.h.

Referenced by KdDebuggerInitialize0(), and KdSendPacket().


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