php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Data Fields | |
CONST_VTBL struct IDispatchExVtbl * | lpVtbl |
DWORD | engine_thread |
zval | object |
LONG | refcount |
HashTable * | dispid_to_name |
HashTable * | name_to_dispid |
GUID | sinkid |
Definition at line 30 of file com_wrapper.c.
HashTable* php_dispatchex::dispid_to_name |
Definition at line 41 of file com_wrapper.c.
DWORD php_dispatchex::engine_thread |
Definition at line 37 of file com_wrapper.c.
CONST_VTBL struct IDispatchExVtbl* php_dispatchex::lpVtbl |
Definition at line 33 of file com_wrapper.c.
HashTable* php_dispatchex::name_to_dispid |
Definition at line 42 of file com_wrapper.c.
zval php_dispatchex::object |
Definition at line 38 of file com_wrapper.c.
LONG php_dispatchex::refcount |
Definition at line 39 of file com_wrapper.c.
GUID php_dispatchex::sinkid |
Definition at line 44 of file com_wrapper.c.