Funktionreferenz


_WinAPI_RestoreDC


Restores a device context (DC) to the specified state

#include <WinAPIGdiDC.au3>
_WinAPI_RestoreDC ( $hDC, $iID )

Parameter

$hDC Handle to the DC.
$iID The saved state to be restored. If this parameter is positive, $DC represents a specific instance of the state to be restored.
If this parameter is negative, $DC represents an instance relative to the current state.
For example, (-1) restores the most recently saved state.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach RestoreDC in der MSDN Bibliothek.