如何获得一个DLL里获取这个DLL的句柄

如题所述

根据坐标获取窗口句柄

[DllImport("user32")]

private static extern IntPtr WindowFromPoint(
Point Point //坐标
);
温馨提示:答案为网友推荐,仅供参考