ReactOS 0.4.15-dev-7998-gdb93cb1
_ident_map_t Struct Reference
Collaboration diagram for _ident_map_t:

Public Attributes

const WCHARname
 
BOOL is_var
 
union {
   dynamic_var_t *   var
 
   function_t *   func
 
u
 

Detailed Description

Definition at line 529 of file vbdisp.c.

Member Data Documentation

◆ func

function_t* _ident_map_t::func

Definition at line 534 of file vbdisp.c.

◆ is_var

BOOL _ident_map_t::is_var

Definition at line 531 of file vbdisp.c.

◆ name

const WCHAR* _ident_map_t::name

Definition at line 530 of file vbdisp.c.

◆ 

union { ... } _ident_map_t::u

◆ var

dynamic_var_t* _ident_map_t::var

Definition at line 533 of file vbdisp.c.


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