Code Bye

关于dll引入问题

在mfc里的签名如下
AFX_SAM_IMPORT long SAM_LoadTemplate(wchar_t* szTemplate);

在c# wchar_t* szTemplate 该怎么写

        [DllImport("LaserTool.dll", EntryPoint = "SAM_LoadTemplate", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
        public static extern Int32 SAM_LoadTemplate(这个怎么写);

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明关于dll引入问题