ReactOS 0.4.17-dev-573-g8315b8c
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

◆ Lo32

◆ Lo64

◆ Mid32

◆ scale

◆ sign

◆ 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: