Funktionreferenz


_WinAPI_GetGraphicsMode


Retrieves the current graphics mode for the specified device context

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

Parameter

$hDC Handle to the device context.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetGraphicsMode in der MSDN Bibliothek.