Z
zlwlove
Unregistered / Unconfirmed
GUEST, unregistred user!
这是一个dll里的函数,我该怎样写程序,把其中的12个值传进去 t14为返回值
dll名为eiid.dll
HRESULT _stdcall CreateEIID([in] BSTR t1, [in] BSTR t2, [in] BSTR t3, [in] BSTR t4, [in] BSTR t5, [in] BSTR t6, [in] BSTR t7, [in] BSTR t8, [in] BSTR t9, [in] BSTR t10, [in] BSTR t11, [in] BSTR t12, [out, retval] long * t14 );
dll名为eiid.dll
HRESULT _stdcall CreateEIID([in] BSTR t1, [in] BSTR t2, [in] BSTR t3, [in] BSTR t4, [in] BSTR t5, [in] BSTR t6, [in] BSTR t7, [in] BSTR t8, [in] BSTR t9, [in] BSTR t10, [in] BSTR t11, [in] BSTR t12, [out, retval] long * t14 );