|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "php.h"#include "php_ini.h"#include "ext/standard/info.h"#include "php_com_dotnet.h"#include "php_com_dotnet_internal.h"Go to the source code of this file.
Data Structures | |
| struct | php_dispatchex |
Macros | |
| #define | FETCH_DISP(methname) |
Functions | |
| PHP_COM_DOTNET_API IDispatch * | php_com_wrapper_export_as_sink (zval *val, GUID *sinkid, HashTable *id_to_name) |
| PHP_COM_DOTNET_API IDispatch * | php_com_wrapper_export (zval *val) |
| #define FETCH_DISP | ( | methname | ) |
Definition at line 68 of file com_wrapper.c.
| PHP_COM_DOTNET_API IDispatch * php_com_wrapper_export | ( | zval * | val | ) |
Definition at line 580 of file com_wrapper.c.
| PHP_COM_DOTNET_API IDispatch * php_com_wrapper_export_as_sink | ( | zval * | val, |
| GUID * | sinkid, | ||
| HashTable * | id_to_name ) |
Definition at line 544 of file com_wrapper.c.