ReactOS 0.4.15-dev-7931-gfd331f1
_DEBUG_VALUE Struct Reference

#include <dbgeng.h>

Collaboration diagram for _DEBUG_VALUE:

Public Attributes

union {
   UCHAR   I8
 
   USHORT   I16
 
   ULONG   I32
 
   struct {
      ULONG64   I64
 
      BOOL   Nat
 
   } 
 
   float   F32
 
   double   F64
 
   UCHAR   F80Bytes [10]
 
   UCHAR   F82Bytes [11]
 
   UCHAR   F128Bytes [16]
 
   UCHAR   VI8 [16]
 
   USHORT   VI16 [8]
 
   ULONG   VI32 [4]
 
   ULONG64   VI64 [2]
 
   float   VF32 [4]
 
   double   VF64 [2]
 
   struct {
      ULONG   LowPart
 
      ULONG   HighPart
 
   }   I64Parts32
 
   struct {
      ULONG64   LowPart
 
      LONG64   HighPart
 
   }   F128Parts64
 
   UCHAR   RawBytes [24]
 
}; 
 
ULONG TailOfRawBytes
 
ULONG Type
 

Detailed Description

Definition at line 255 of file dbgeng.h.

Member Data Documentation

◆ 

union { ... } _DEBUG_VALUE::@2818

◆ F128Bytes

UCHAR _DEBUG_VALUE::F128Bytes[16]

Definition at line 271 of file dbgeng.h.

◆ 

struct { ... } _DEBUG_VALUE::F128Parts64

◆ F32

float _DEBUG_VALUE::F32

Definition at line 267 of file dbgeng.h.

◆ F64

double _DEBUG_VALUE::F64

Definition at line 268 of file dbgeng.h.

◆ F80Bytes

UCHAR _DEBUG_VALUE::F80Bytes[10]

Definition at line 269 of file dbgeng.h.

◆ F82Bytes

UCHAR _DEBUG_VALUE::F82Bytes[11]

Definition at line 270 of file dbgeng.h.

◆ HighPart [1/2]

ULONG _DEBUG_VALUE::HighPart

Definition at line 281 of file dbgeng.h.

◆ HighPart [2/2]

LONG64 _DEBUG_VALUE::HighPart

Definition at line 286 of file dbgeng.h.

◆ I16

USHORT _DEBUG_VALUE::I16

Definition at line 260 of file dbgeng.h.

◆ I32

ULONG _DEBUG_VALUE::I32

Definition at line 261 of file dbgeng.h.

◆ I64

ULONG64 _DEBUG_VALUE::I64

Definition at line 264 of file dbgeng.h.

◆ 

struct { ... } _DEBUG_VALUE::I64Parts32

◆ I8

UCHAR _DEBUG_VALUE::I8

Definition at line 259 of file dbgeng.h.

◆ LowPart [1/2]

ULONG _DEBUG_VALUE::LowPart

Definition at line 280 of file dbgeng.h.

◆ LowPart [2/2]

ULONG64 _DEBUG_VALUE::LowPart

Definition at line 285 of file dbgeng.h.

◆ Nat

BOOL _DEBUG_VALUE::Nat

Definition at line 265 of file dbgeng.h.

◆ RawBytes

UCHAR _DEBUG_VALUE::RawBytes[24]

Definition at line 288 of file dbgeng.h.

◆ TailOfRawBytes

ULONG _DEBUG_VALUE::TailOfRawBytes

Definition at line 290 of file dbgeng.h.

◆ Type

ULONG _DEBUG_VALUE::Type

Definition at line 291 of file dbgeng.h.

◆ VF32

float _DEBUG_VALUE::VF32[4]

Definition at line 276 of file dbgeng.h.

◆ VF64

double _DEBUG_VALUE::VF64[2]

Definition at line 277 of file dbgeng.h.

◆ VI16

USHORT _DEBUG_VALUE::VI16[8]

Definition at line 273 of file dbgeng.h.

◆ VI32

ULONG _DEBUG_VALUE::VI32[4]

Definition at line 274 of file dbgeng.h.

◆ VI64

ULONG64 _DEBUG_VALUE::VI64[2]

Definition at line 275 of file dbgeng.h.

◆ VI8

UCHAR _DEBUG_VALUE::VI8[16]

Definition at line 272 of file dbgeng.h.


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