1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > c# 调用 WINDOW API DLL

c# 调用 WINDOW API DLL

时间:2019-02-12 17:29:13

相关推荐

c# 调用 WINDOW  API  DLL

using System.Runtime.InteropServices;[DllImport("user32.dll", CallingConvention = CallingConvention.StdCall)]public static extern int MessageBox(int hWnd, String strMessage, String strCaption, uint uiType); //调用MessageBox(0, "您好,这是 PInvoke!", ".net", 0);

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。