php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_dispatchex Struct Reference

Data Fields

CONST_VTBL struct IDispatchExVtbl * lpVtbl
 
DWORD engine_thread
 
zval object
 
LONG refcount
 
HashTabledispid_to_name
 
HashTablename_to_dispid
 
GUID sinkid
 

Detailed Description

Definition at line 30 of file com_wrapper.c.

Field Documentation

◆ dispid_to_name

HashTable* php_dispatchex::dispid_to_name

Definition at line 41 of file com_wrapper.c.

◆ engine_thread

DWORD php_dispatchex::engine_thread

Definition at line 37 of file com_wrapper.c.

◆ lpVtbl

CONST_VTBL struct IDispatchExVtbl* php_dispatchex::lpVtbl

Definition at line 33 of file com_wrapper.c.

◆ name_to_dispid

HashTable* php_dispatchex::name_to_dispid

Definition at line 42 of file com_wrapper.c.

◆ object

zval php_dispatchex::object

Definition at line 38 of file com_wrapper.c.

◆ refcount

LONG php_dispatchex::refcount

Definition at line 39 of file com_wrapper.c.

◆ sinkid

GUID php_dispatchex::sinkid

Definition at line 44 of file com_wrapper.c.


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