Retrieves the current graphics mode for the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetGraphicsMode ( $hDC )
$hDC | Handle to the device context. |
Success: | The current graphics mode ($GM_*). |
Failure: | 0. |
Search GetGraphicsMode in MSDN Library.