标题: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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-324832-1-1.html




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

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