ReactOS 0.4.15-dev-7907-g95bf896
tagDEC Struct Reference

#include <compat.h>

Collaboration diagram for tagDEC:

Public Attributes

USHORT wReserved
 
union {
   struct {
      BYTE   scale
 
      BYTE   sign
 
   }   DUMMYSTRUCTNAME
 
   USHORT   signscale
 
DUMMYUNIONNAME
 
ULONG Hi32
 
union {
   struct {
      ULONG   Lo32
 
      ULONG   Mid32
 
   }   DUMMYSTRUCTNAME1
 
   ULONGLONG   Lo64
 
DUMMYUNIONNAME1
 

Detailed Description

Definition at line 2267 of file compat.h.

Member Data Documentation

◆ 

struct { ... } tagDEC::DUMMYSTRUCTNAME

◆ 

struct { ... } tagDEC::DUMMYSTRUCTNAME1

◆ 

union { ... } tagDEC::DUMMYUNIONNAME

◆ 

union { ... } tagDEC::DUMMYUNIONNAME1

◆ Hi32

ULONG tagDEC::Hi32

Definition at line 2276 of file compat.h.

Referenced by test_VarFix(), test_VarInt(), test_VarNeg(), test_VarNot(), and test_VarRound().

◆ Lo32

ULONG tagDEC::Lo32

Definition at line 2283 of file compat.h.

◆ Lo64

ULONGLONG tagDEC::Lo64

Definition at line 2287 of file compat.h.

◆ Mid32

ULONG tagDEC::Mid32

Definition at line 2284 of file compat.h.

◆ scale

BYTE tagDEC::scale

Definition at line 2271 of file compat.h.

◆ sign

BYTE tagDEC::sign

Definition at line 2272 of file compat.h.

◆ signscale

USHORT tagDEC::signscale

Definition at line 2274 of file compat.h.

◆ wReserved

USHORT tagDEC::wReserved

Definition at line 2268 of file compat.h.

Referenced by test_marshal_VARIANT().


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