Win32 编程消息常量(C#)
摘要:
public class WinMessages { #region 基本消息 public const int WM_NULL = 0x0000; public const int WM_CREATE = 0x0001; public const int WM_DESTROY = 0x0002; 阅读全文
posted @ 2016-11-25 16:41 侠羽风云 阅读(518) 评论(0) 推荐(0) 编辑