⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 spi.cs

📁 破解的飞信源代码
💻 CS
字号:
namespace Imps.Client.Utils.Win32
{
    using System;

    public static class SPI
    {
        public const uint GETACCESSTIMEOUT = 60;
        public const uint GETACTIVEWINDOWTRACKING = 0x1000;
        public const uint GETACTIVEWNDTRKTIMEOUT = 0x2002;
        public const uint GETACTIVEWNDTRKZORDER = 0x100c;
        public const uint GETANIMATION = 0x48;
        public const uint GETBEEP = 1;
        public const uint GETBORDER = 5;
        public const uint GETCARETWIDTH = 0x2006;
        public const uint GETCOMBOBOXANIMATION = 0x1004;
        public const uint GETCURSORSHADOW = 0x101a;
        public const uint GETDEFAULTINPUTLANG = 0x59;
        public const uint GETDESKWALLPAPER = 0x73;
        public const uint GETDRAGFULLWINDOWS = 0x26;
        public const uint GETDROPSHADOW = 0x1024;
        public const uint GETFASTTASKSWITCH = 0x23;
        public const uint GETFILTERKEYS = 50;
        public const uint GETFLATMENU = 0x1022;
        public const uint GETFOCUSBORDERHEIGHT = 0x2010;
        public const uint GETFOCUSBORDERWIDTH = 0x200e;
        public const uint GETFONTSMOOTHING = 0x4a;
        public const uint GETFONTSMOOTHINGCONTRAST = 0x200c;
        public const uint GETFONTSMOOTHINGTYPE = 0x200a;
        public const uint GETFOREGROUNDFLASHCOUNT = 0x2004;
        public const uint GETFOREGROUNDLOCKTIMEOUT = 0x2000;
        public const uint GETGRADIENTCAPTIONS = 0x1008;
        public const uint GETGRIDGRANULARITY = 0x12;
        public const uint GETHIGHCONTRAST = 0x42;
        public const uint GETHOTTRACKING = 0x100e;
        public const uint GETICONMETRICS = 0x2d;
        public const uint GETICONTITLELOGFONT = 0x1f;
        public const uint GETICONTITLEWRAP = 0x19;
        public const uint GETKEYBOARDCUES = 0x100a;
        public const uint GETKEYBOARDDELAY = 0x16;
        public const uint GETKEYBOARDPREF = 0x44;
        public const uint GETKEYBOARDSPEED = 10;
        public const uint GETLISTBOXSMOOTHSCROLLING = 0x1006;
        public const uint GETLOWPOWERACTIVE = 0x53;
        public const uint GETLOWPOWERTIMEOUT = 0x4f;
        public const uint GETMENUANIMATION = 0x1002;
        public const uint GETMENUDROPALIGNMENT = 0x1b;
        public const uint GETMENUFADE = 0x1012;
        public const uint GETMENUSHOWDELAY = 0x6a;
        public const uint GETMENUUNDERLINES = 0x100a;
        public const uint GETMINIMIZEDMETRICS = 0x2b;
        public const uint GETMOUSE = 3;
        public const uint GETMOUSECLICKLOCK = 0x101e;
        public const uint GETMOUSECLICKLOCKTIME = 0x2008;
        public const uint GETMOUSEHOVERHEIGHT = 100;
        public const uint GETMOUSEHOVERTIME = 0x66;
        public const uint GETMOUSEHOVERWIDTH = 0x62;
        public const uint GETMOUSEKEYS = 0x36;
        public const uint GETMOUSESONAR = 0x101c;
        public const uint GETMOUSESPEED = 0x70;
        public const uint GETMOUSETRAILS = 0x5e;
        public const uint GETMOUSEVANISH = 0x1020;
        public const uint GETNONCLIENTMETRICS = 0x29;
        public const uint GETPOWEROFFACTIVE = 0x54;
        public const uint GETPOWEROFFTIMEOUT = 80;
        public const uint GETSCREENREADER = 70;
        public const uint GETSCREENSAVEACTIVE = 0x10;
        public const uint GETSCREENSAVERRUNNING = 0x72;
        public const uint GETSCREENSAVETIMEOUT = 14;
        public const uint GETSELECTIONFADE = 0x1014;
        public const uint GETSERIALKEYS = 0x3e;
        public const uint GETSHOWIMEUI = 110;
        public const uint GETSHOWSOUNDS = 0x38;
        public const uint GETSNAPTODEFBUTTON = 0x5f;
        public const uint GETSOUNDSENTRY = 0x40;
        public const uint GETSTICKYKEYS = 0x3a;
        public const uint GETTOGGLEKEYS = 0x34;
        public const uint GETTOOLTIPANIMATION = 0x1016;
        public const uint GETTOOLTIPFADE = 0x1018;
        public const uint GETUIEFFECTS = 0x103e;
        public const uint GETWHEELSCROLLLINES = 0x68;
        public const uint GETWINDOWSEXTENSION = 0x5c;
        public const uint GETWORKAREA = 0x30;
        public const uint ICONHORIZONTALSPACING = 13;
        public const uint ICONVERTICALSPACING = 0x18;
        public const uint LANGDRIVER = 12;
        public const uint SCREENSAVERRUNNING = 0x61;
        public const uint SETACCESSTIMEOUT = 0x3d;
        public const uint SETACTIVEWINDOWTRACKING = 0x1001;
        public const uint SETACTIVEWNDTRKTIMEOUT = 0x2003;
        public const uint SETACTIVEWNDTRKZORDER = 0x100d;
        public const uint SETANIMATION = 0x49;
        public const uint SETBEEP = 2;
        public const uint SETBORDER = 6;
        public const uint SETCARETWIDTH = 0x2007;
        public const uint SETCOMBOBOXANIMATION = 0x1005;
        public const uint SETCURSORS = 0x57;
        public const uint SETCURSORSHADOW = 0x101b;
        public const uint SETDEFAULTINPUTLANG = 90;
        public const uint SETDESKPATTERN = 0x15;
        public const uint SETDESKWALLPAPER = 20;
        public const uint SETDOUBLECLICKTIME = 0x20;
        public const uint SETDOUBLECLKHEIGHT = 30;
        public const uint SETDOUBLECLKWIDTH = 0x1d;
        public const uint SETDRAGFULLWINDOWS = 0x25;
        public const uint SETDRAGHEIGHT = 0x4d;
        public const uint SETDRAGWIDTH = 0x4c;
        public const uint SETDROPSHADOW = 0x1025;
        public const uint SETFASTTASKSWITCH = 0x24;
        public const uint SETFILTERKEYS = 0x33;
        public const uint SETFLATMENU = 0x1023;
        public const uint SETFOCUSBORDERHEIGHT = 0x2011;
        public const uint SETFOCUSBORDERWIDTH = 0x200f;
        public const uint SETFONTSMOOTHING = 0x4b;
        public const uint SETFONTSMOOTHINGCONTRAST = 0x200d;
        public const uint SETFONTSMOOTHINGTYPE = 0x200b;
        public const uint SETFOREGROUNDFLASHCOUNT = 0x2005;
        public const uint SETFOREGROUNDLOCKTIMEOUT = 0x2001;
        public const uint SETGRADIENTCAPTIONS = 0x1009;
        public const uint SETGRIDGRANULARITY = 0x13;
        public const uint SETHANDHELD = 0x4e;
        public const uint SETHIGHCONTRAST = 0x43;
        public const uint SETHOTTRACKING = 0x100f;
        public const uint SETICONMETRICS = 0x2e;
        public const uint SETICONS = 0x58;
        public const uint SETICONTITLELOGFONT = 0x22;
        public const uint SETICONTITLEWRAP = 0x1a;
        public const uint SETKEYBOARDCUES = 0x100b;
        public const uint SETKEYBOARDDELAY = 0x17;
        public const uint SETKEYBOARDPREF = 0x45;
        public const uint SETKEYBOARDSPEED = 11;
        public const uint SETLANGTOGGLE = 0x5b;
        public const uint SETLISTBOXSMOOTHSCROLLING = 0x1007;
        public const uint SETLOWPOWERACTIVE = 0x55;
        public const uint SETLOWPOWERTIMEOUT = 0x51;
        public const uint SETMENUANIMATION = 0x1003;
        public const uint SETMENUDROPALIGNMENT = 0x1c;
        public const uint SETMENUFADE = 0x1013;
        public const uint SETMENUSHOWDELAY = 0x6b;
        public const uint SETMENUUNDERLINES = 0x100b;
        public const uint SETMINIMIZEDMETRICS = 0x2c;
        public const uint SETMOUSE = 4;
        public const uint SETMOUSEBUTTONSWAP = 0x21;
        public const uint SETMOUSECLICKLOCK = 0x101f;
        public const uint SETMOUSECLICKLOCKTIME = 0x2009;
        public const uint SETMOUSEHOVERHEIGHT = 0x65;
        public const uint SETMOUSEHOVERTIME = 0x67;
        public const uint SETMOUSEHOVERWIDTH = 0x63;
        public const uint SETMOUSEKEYS = 0x37;
        public const uint SETMOUSESONAR = 0x101d;
        public const uint SETMOUSESPEED = 0x71;
        public const uint SETMOUSETRAILS = 0x5d;
        public const uint SETMOUSEVANISH = 0x1021;
        public const uint SETNONCLIENTMETRICS = 0x2a;
        public const uint SETPENWINDOWS = 0x31;
        public const uint SETPOWEROFFACTIVE = 0x56;
        public const uint SETPOWEROFFTIMEOUT = 0x52;
        public const uint SETSCREENREADER = 0x47;
        public const uint SETSCREENSAVEACTIVE = 0x11;
        public const uint SETSCREENSAVERRUNNING = 0x61;
        public const uint SETSCREENSAVETIMEOUT = 15;
        public const uint SETSELECTIONFADE = 0x1015;
        public const uint SETSERIALKEYS = 0x3f;
        public const uint SETSHOWIMEUI = 0x6f;
        public const uint SETSHOWSOUNDS = 0x39;
        public const uint SETSNAPTODEFBUTTON = 0x60;
        public const uint SETSOUNDSENTRY = 0x41;
        public const uint SETSTICKYKEYS = 0x3b;
        public const uint SETTOGGLEKEYS = 0x35;
        public const uint SETTOOLTIPANIMATION = 0x1017;
        public const uint SETTOOLTIPFADE = 0x1019;
        public const uint SETUIEFFECTS = 0x103f;
        public const uint SETWHEELSCROLLLINES = 0x69;
        public const uint SETWORKAREA = 0x2f;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -