Retrieves the foreground mix mode of the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetROP2 ( $hDC )
$hDC | Handle to the device context. |
Success: | The value that specifies the foreground mix mode ($R2_*). |
Failure: | 0. |
Search GetROP2 in MSDN Library.