namespace WindowsUtilities { public enum WindowsMessages: int { WM_NULL = 0x0000, WM_CREATE = 0x0001, WM_DESTROY = 0x0002, WM_MOVE = 0x0003,. 更多...
確定! 回上一頁