ReactOS 0.4.15-dev-7924-g5949c20
ref_t Struct Reference
Collaboration diagram for ref_t:

Public Attributes

ref_type_t type
 
union {
   struct {
      IDispatch *   disp
 
      DISPID   id
 
   }   d
 
   VARIANT *   v
 
   function_t *   f
 
   IDispatch *   obj
 
u
 

Detailed Description

Definition at line 64 of file interp.c.

Member Data Documentation

◆ 

struct { ... } ref_t::d

◆ disp

IDispatch* ref_t::disp

Definition at line 68 of file interp.c.

◆ f

function_t* ref_t::f

Definition at line 72 of file interp.c.

◆ id

DISPID ref_t::id

Definition at line 69 of file interp.c.

◆ obj

IDispatch* ref_t::obj

Definition at line 73 of file interp.c.

◆ type

ref_type_t ref_t::type

Definition at line 65 of file interp.c.

◆ 

union { ... } ref_t::u

◆ v

VARIANT* ref_t::v

Definition at line 71 of file interp.c.


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