int GetROP2(hdc) | |||||
HDC hdc; | /* device-context handle | */ |
The GetROP2 function retrieves the foreground mix mode. The mix mode specifies how the pen or interior color and the color already on the surface are combined to yield a new color.
hdc
Identifies the device context.
The return value specifies the foreground mix mode. The return value is 0 if an error occurred.
SetROP2