[DllImport("user32.dll")]这句代码是什么意思啊?没学过,解释下…
还有这两句:[return:MarshalAs(UnmanagedType.Bool)]privatestaticexternboolGetWindowRect(IntP...
还有这两句:[return: MarshalAs(UnmanagedType.Bool)]private static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);
展开
2个回答
2013-12-12
展开全部
这是PInvoke,在项目中,有些dll无法通过引用直接导入,会采用这种通过非托管方式导入dll。这里是导入user32.dll。
2013-12-12
展开全部
[DllImport("user32.dll")]导入DLL
private static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);
DLL里面封装的方法
private static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);
DLL里面封装的方法
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询