摘要:
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"; ... 阅读全文