问题描述
- PHP怎么传递C指针参数
-
要调用函数
__int16 __stdcall lib_ver(unsigned char *str_ver);
PHP代码:
$DW=new COM("DynamicWRapper");
$DW->Register("mwrf32.dll","lib_ver","f=s","i=u","r=l");
$buff="assssssssssssaaaaa";
$DW->lib_ver(&$buff);
解决方案
c/c++中指针参数如何传递内存!
c/c++中指针参数如何传递内存
c/c++中指针参数如何传递内存
时间: 2024-10-06 12:47:31