摘要: Win32.cs/* * * FileCreate By Bluefire * Used To Import WindowsApi * */using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace Bluefire.LockKeyBoard{ internal static class Win32 { public const string ATOM_FLAG = "HookSysKey"; ... 阅读全文
posted @ 2011-04-18 10:56 Bluefire 阅读(4846) 评论(5) 推荐(3) 编辑