c#中GetWindowDC应该添加哪些引用

日期:2021-07-04 02:23:37 人气:1

c#中GetWindowDC应该添加哪些引用

这是API,下面是移动平台声明

[DllImport("coredll.dll", EntryPoint="GetWindowDC", SetLastError=true)]
private static extern IntPtr GetWindowDCCE(IntPtr hWnd);


    A+
热门评论