| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 743 人关注过本帖
标题:rgb前缀是什么意思
只看楼主 加入收藏
sdudy
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2010-11-3
结帖率:100%
收藏
 问题点数:0 回复次数:1 
rgb前缀是什么意思
typedef struct tagPAINTSTRUCT {
  HDC hdc;
  BOOL fErase;
  RECT rcPaint;
  BOOL fRestore;
  BOOL fIncUpdate;
  BYTE rgbReserved[32];
  } PAINTSTRUCT, *PPAINTSTRUCT;


请问:
1, RECT rcPaint;             rc前缀是什么意思?
2,BYTE rgbReserved[32];      rgb前缀是什么意思/
 
搜索更多相关主题的帖子: rgb 前缀 
2010-11-03 12:34
shafeilong
Rank: 9Rank: 9Rank: 9
等 级:蜘蛛侠
威 望:4
帖 子:236
专家分:1434
注 册:2009-3-21
收藏
得分:0 
typedef struct tagRECT {
  LONG left;
  LONG top;
  LONG right;
  LONG bottom;
} RECT, *PRECT, NEAR *NPRECT, FAR *LPRECT;
Members
left
Specifies the x-coordinate of the upper-left corner of the rectangle.
top
Specifies the y-coordinate of the upper-left corner of the rectangle.
right
Specifies the x-coordinate of the lower-right corner of the rectangle.
bottom
Specifies the y-coordinate of the lower-right corner of the rectangle.
Headers
就是矩形


BYTE   An 8-bit integer that is not signed  8字节
2010-11-03 13:05
快速回复:rgb前缀是什么意思
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.024159 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved