ReactOS 0.4.15-dev-7834-g00c4b3d
_vbscode_t Struct Reference

#include <vbscript.h>

Collaboration diagram for _vbscode_t:

Public Attributes

instr_tinstrs
 
WCHARsource
 
BOOL option_explicit
 
BOOL pending_exec
 
function_t main_code
 
IDispatchcontext
 
BSTRbstr_pool
 
unsigned bstr_pool_size
 
unsigned bstr_cnt
 
heap_pool_t heap
 
struct list entry
 

Detailed Description

Definition at line 336 of file vbscript.h.

Member Data Documentation

◆ bstr_cnt

unsigned _vbscode_t::bstr_cnt

Definition at line 348 of file vbscript.h.

◆ bstr_pool

BSTR* _vbscode_t::bstr_pool

Definition at line 346 of file vbscript.h.

◆ bstr_pool_size

unsigned _vbscode_t::bstr_pool_size

Definition at line 347 of file vbscript.h.

◆ context

IDispatch* _vbscode_t::context

Definition at line 344 of file vbscript.h.

◆ entry

struct list _vbscode_t::entry

Definition at line 351 of file vbscript.h.

◆ heap

heap_pool_t _vbscode_t::heap

Definition at line 349 of file vbscript.h.

Referenced by compiler_alloc(), and compiler_alloc_zero().

◆ instrs

instr_t* _vbscode_t::instrs

Definition at line 337 of file vbscript.h.

Referenced by exec_script().

◆ main_code

function_t _vbscode_t::main_code

Definition at line 343 of file vbscript.h.

◆ option_explicit

BOOL _vbscode_t::option_explicit

Definition at line 340 of file vbscript.h.

◆ pending_exec

BOOL _vbscode_t::pending_exec

Definition at line 342 of file vbscript.h.

Referenced by exec_queued_code().

◆ source

WCHAR* _vbscode_t::source

Definition at line 338 of file vbscript.h.


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