|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <php_com_dotnet_internal.h>
Data Fields | |
| zend_object | zo |
| VARIANT | v |
| bool | modified |
| int | code_page |
| ITypeInfo * | typeinfo |
| zend_class_entry * | ce |
| IDispatch * | sink_dispatch |
| GUID | sink_id |
| DWORD | sink_cookie |
| HashTable * | method_cache |
| HashTable * | id_of_name_cache |
Definition at line 28 of file php_com_dotnet_internal.h.
| zend_class_entry* _php_com_dotnet_object::ce |
Definition at line 38 of file php_com_dotnet_internal.h.
| int _php_com_dotnet_object::code_page |
Definition at line 34 of file php_com_dotnet_internal.h.
| HashTable* _php_com_dotnet_object::id_of_name_cache |
Definition at line 48 of file php_com_dotnet_internal.h.
| HashTable* _php_com_dotnet_object::method_cache |
Definition at line 46 of file php_com_dotnet_internal.h.
| bool _php_com_dotnet_object::modified |
Definition at line 32 of file php_com_dotnet_internal.h.
| DWORD _php_com_dotnet_object::sink_cookie |
Definition at line 43 of file php_com_dotnet_internal.h.
| IDispatch* _php_com_dotnet_object::sink_dispatch |
Definition at line 41 of file php_com_dotnet_internal.h.
| GUID _php_com_dotnet_object::sink_id |
Definition at line 42 of file php_com_dotnet_internal.h.
| ITypeInfo* _php_com_dotnet_object::typeinfo |
Definition at line 36 of file php_com_dotnet_internal.h.
| VARIANT _php_com_dotnet_object::v |
Definition at line 31 of file php_com_dotnet_internal.h.
| zend_object _php_com_dotnet_object::zo |
Definition at line 29 of file php_com_dotnet_internal.h.