摘要: 导入win32api程序View Code 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 7 namespace ScreenLock 8 { 9 class Win32Api10 {11 12 13 //设置钩子14 [DllImport("user32.dll")]15 public static extern int SetWindowsHook 阅读全文
posted @ 2011-05-04 21:05 蓝鸿鹄 阅读(283) 评论(0) 推荐(0)