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"
#include "Zend/zend_exceptions.h"
Go to the source code of this file.
Functions | |
void | php_com_throw_exception (HRESULT code, char *message) |
PHP_COM_DOTNET_API void | php_com_wrap_dispatch (zval *z, IDispatch *disp, int codepage) |
PHP_COM_DOTNET_API void | php_com_wrap_variant (zval *z, VARIANT *v, int codepage) |
PHP_COM_DOTNET_API bool | php_com_safearray_get_elem (VARIANT *array, VARIANT *dest, LONG dim1) |
PHP_COM_DOTNET_API bool php_com_safearray_get_elem | ( | VARIANT * | array, |
VARIANT * | dest, | ||
LONG | dim1 ) |
Definition at line 92 of file com_misc.c.
void php_com_throw_exception | ( | HRESULT | code, |
char * | message ) |
Definition at line 28 of file com_misc.c.
PHP_COM_DOTNET_API void php_com_wrap_dispatch | ( | zval * | z, |
IDispatch * | disp, | ||
int | codepage ) |
Definition at line 45 of file com_misc.c.
PHP_COM_DOTNET_API void php_com_wrap_variant | ( | zval * | z, |
VARIANT * | v, | ||
int | codepage ) |
Definition at line 67 of file com_misc.c.