VC中的ROP表在那里可以查到

来源:百度知道 编辑:UC知道 时间:2024/09/22 09:24:18
VC中的ROP表在MSDN上查不到,在那里可以查到呢,有谁查到了,发到这上面来,说明你是怎样查到的。谢谢了。
ROP就是光栅操作码啊,大家不知道吗。应该很好回答的吧,只是我不知道在哪里可以查到。VC经验丰富的人一定一眼就可以看出答案来的,不是吗?希望大家帮一下忙,告诉我这样查到这个表。

BitBlt 函数的参考说明中就有。

一般来说,如果常量定义在MSDN中找不到,就到使用这个常量的函数的参考说明中去找。附英文版ROP说明,在微软网站找得。要中文版,你自己去MSDN查BitBlt。

http://msdn.microsoft.com/en-us/library/aa930997.aspx
在参数dwRop的说明下面就是,

BLACKNESS
Fills the destination rectangle using the color associated with index 0 in the physical palette.

This color is black for the default physical palette.

DSTINVERT
Inverts the destination rectangle.

MERGECOPY
Merges the colors of the source rectangle with the specified pattern by using the Boolean AND operator.

MERGEPAINT
Merges the colors of the inverted source rectangle with the colors of the destination rectangle by using the Boolean OR operator.

NOTSRCCOPY
Copies the inverted source rectangle to the destination.

NOTSRCERASE
Combines the colors of the sour