ReactOS 0.4.17-dev-357-ga8f14ff
_var_info Struct Reference
Collaboration diagram for _var_info:

Public Attributes

MEMBERID memid
 
LPCSTR name
 
WORD wVarFlags
 
VARKIND varkind
 
union {
   ULONG   oInst
 
   variant_info   varValue
 
DUMMYUNIONNAME
 
DWORD cCustData
 
custdata_info custdata [5]
 
element_info elemdescVar
 

Detailed Description

Definition at line 4821 of file typelib.c.

Member Data Documentation

◆ cCustData

DWORD _var_info::cCustData

Definition at line 4831 of file typelib.c.

Referenced by test_dump_typelib().

◆ custdata

custdata_info _var_info::custdata[5]

Definition at line 4832 of file typelib.c.

Referenced by test_dump_typelib().

◆ 

union { ... } _var_info::DUMMYUNIONNAME

◆ elemdescVar

element_info _var_info::elemdescVar

Definition at line 4833 of file typelib.c.

Referenced by test_dump_typelib().

◆ memid

MEMBERID _var_info::memid

Definition at line 4823 of file typelib.c.

Referenced by test_dump_typelib().

◆ name

LPCSTR _var_info::name

Definition at line 4824 of file typelib.c.

Referenced by test_dump_typelib().

◆ oInst

ULONG _var_info::oInst

Definition at line 4828 of file typelib.c.

Referenced by test_dump_typelib().

◆ varkind

VARKIND _var_info::varkind

Definition at line 4826 of file typelib.c.

Referenced by test_dump_typelib().

◆ varValue

variant_info _var_info::varValue

Definition at line 4829 of file typelib.c.

Referenced by test_dump_typelib().

◆ wVarFlags

WORD _var_info::wVarFlags

Definition at line 4825 of file typelib.c.

Referenced by test_dump_typelib().


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