wm.cs

来自「破解的飞信源代码」· CS 代码 · 共 32 行

CS
32
字号
namespace Imps.Client.Utils.Win32
{
    using System;

    public class WM
    {
        public const int ACTIVATE = 6;
        public const int DISPLAYCHANGE = 0x7e;
        public const int ERASEBKGND = 20;
        public const int HOTKEY = 0x312;
        public const int KEYDOWN = 0x100;
        public const int KEYUP = 0x101;
        public const int MOVE = 3;
        public const int MOVING = 0x216;
        public const int NCACTIVATE = 0x86;
        public const int NCCALCSIZE = 0x83;
        public const int NCHITTEST = 0x84;
        public const int NCPAINT = 0x85;
        public const int PAINT = 15;
        public const int POWER = 0x48;
        public const int POWERBROADCAST = 0x218;
        public const int PRINTCLIENT = 0x318;
        public const int QUERYENDSESSION = 0x11;
        public const int SETTINGCHANGE = 0x1a;
        public const int SIZE = 5;
        public const int SIZING = 0x214;
        public const int SYSCOMMAND = 0x112;
        public const int WTSSESSION_CHANGE = 0x2b1;
    }
}

⌨️ 快捷键说明

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