c#中GetWindowDC应该添加哪些引用
1个回答
展开全部
这是API,下面是移动平台声明
[DllImport("coredll.dll", EntryPoint="GetWindowDC", SetLastError=true)]
private static extern IntPtr GetWindowDCCE(IntPtr hWnd);
using System.Runtime.InteropServices;
桌面的
[DllImport("user32.dll")]
static extern IntPtr GetWindowDC(IntPtr hWnd);
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询