钩子示例
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Reflection;using System.IO;using System.Windows.Forms;namespace WindowsApplication1{ public delegate IntPtr HookProc(int code, IntPtr wparam, IntPtr lparam); public enum HookType /... 阅读全文
posted @ 2013-01-31 10:37 项羽 阅读(216) 评论(0) 推荐(0)
浙公网安备 33010602011771号