Function Reference


_WinAPI_GetGraphicsMode

Retrieves the current graphics mode for the specified device context

#include <WinAPIGdi.au3>
_WinAPI_GetGraphicsMode ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The current graphics mode ($GM_*).
Failure: 0.

See Also

Search GetGraphicsMode in MSDN Library.