111,119
社区成员
发帖
与我相关
我的任务
分享
HRESULT GetNum([in]IMyinterface* i,[out,retvl]VARIANT_BOOL* ret);
namespace MyTmp
{
//...
public class MyTmpClass: IMyinterface,Myinterface
{...}
}
Myinterface a = new MyTmpClass();
GetNum(a);//报System.AccessViolationException类型异常出现在test.exe中