摘要:
private delegate bool WNDENUMPROC(IntPtr hWnd, int lParam); [DllImport("user32.dll", ExactSpelling = true)] private static extern bool EnumChildWindows(IntPtr hwndParent, WNDENUMPROC lpEnumFunc, int lParam); [DllImport("user32.dll")] private static extern bool En... 阅读全文
posted @ 2012-05-23 14:16 隐客 阅读(6429) 评论(2) 推荐(0)
浙公网安备 33010602011771号