php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
com_olechar.c File Reference
#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.

Functions

PHP_COM_DOTNET_API OLECHAR * php_com_string_to_olestring (const char *string, size_t string_len, int codepage)
 
PHP_COM_DOTNET_API zend_stringphp_com_olestring_to_string (OLECHAR *olestring, int codepage)
 
BSTR php_com_string_to_bstr (zend_string *string, int codepage)
 
zend_stringphp_com_bstr_to_string (BSTR bstr, int codepage)
 

Function Documentation

◆ php_com_bstr_to_string()

zend_string * php_com_bstr_to_string ( BSTR bstr,
int codepage )

Definition at line 127 of file com_olechar.c.

◆ php_com_olestring_to_string()

PHP_COM_DOTNET_API zend_string * php_com_olestring_to_string ( OLECHAR * olestring,
int codepage )

Definition at line 70 of file com_olechar.c.

◆ php_com_string_to_bstr()

BSTR php_com_string_to_bstr ( zend_string * string,
int codepage )

Definition at line 100 of file com_olechar.c.

◆ php_com_string_to_olestring()

PHP_COM_DOTNET_API OLECHAR * php_com_string_to_olestring ( const char * string,
size_t string_len,
int codepage )

Definition at line 29 of file com_olechar.c.