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

#include <php_com_dotnet_internal.h>

Data Fields

zend_object zo
 
VARIANT v
 
bool modified
 
int code_page
 
ITypeInfo * typeinfo
 
zend_class_entryce
 
IDispatch * sink_dispatch
 
GUID sink_id
 
DWORD sink_cookie
 
HashTablemethod_cache
 
HashTableid_of_name_cache
 

Detailed Description

Definition at line 28 of file php_com_dotnet_internal.h.

Field Documentation

◆ ce

zend_class_entry* _php_com_dotnet_object::ce

Definition at line 38 of file php_com_dotnet_internal.h.

◆ code_page

int _php_com_dotnet_object::code_page

Definition at line 34 of file php_com_dotnet_internal.h.

◆ id_of_name_cache

HashTable* _php_com_dotnet_object::id_of_name_cache

Definition at line 48 of file php_com_dotnet_internal.h.

◆ method_cache

HashTable* _php_com_dotnet_object::method_cache

Definition at line 46 of file php_com_dotnet_internal.h.

◆ modified

bool _php_com_dotnet_object::modified

Definition at line 32 of file php_com_dotnet_internal.h.

◆ sink_cookie

DWORD _php_com_dotnet_object::sink_cookie

Definition at line 43 of file php_com_dotnet_internal.h.

◆ sink_dispatch

IDispatch* _php_com_dotnet_object::sink_dispatch

Definition at line 41 of file php_com_dotnet_internal.h.

◆ sink_id

GUID _php_com_dotnet_object::sink_id

Definition at line 42 of file php_com_dotnet_internal.h.

◆ typeinfo

ITypeInfo* _php_com_dotnet_object::typeinfo

Definition at line 36 of file php_com_dotnet_internal.h.

◆ v

VARIANT _php_com_dotnet_object::v

Definition at line 31 of file php_com_dotnet_internal.h.

◆ zo

zend_object _php_com_dotnet_object::zo

Definition at line 29 of file php_com_dotnet_internal.h.


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