WINDOWS 常用常量定义大全(不断更新中)

来源:互联网 发布:剑三毒哥脸型数据下载 编辑:程序博客网 时间:2024/05/17 03:14

      /*预定义的资源类型*/
      #define      RT_NEWRESOURCE          0x2000
      #define      RT_ERROR              0x7fff
      #define      RT_CURSOR              1
      #define      RT_BITMAP              2
      #define      RT_ICON                  3
      #define      RT_MENU                  4
      #define      RT_DIALOG              5
      #define      RT_STRING              6
      #define      RT_FONTDIR              7
      #define      RT_FONT                  8
      #define      RT_ACCELERATORS          9
      #define      RT_RCDATA              10
      #define      RT_MESSAGETABLE          11
      #define      RT_GROUP_CURSOR          12
      #define      RT_GROUP_ICON          14
      #define      RT_VERSION              16
      #define      RT_NEWBITMAP          (RT_BITMAP | RT_NEWRESOURCE)
      #define      RT_NEWMENU              (RT_MENU | RT_NEWRESOURCE)
      #define      RT_NEWDIALOG          (RT_DIALOG | RT_NEWRESOURCE)

原创粉丝点击