Funktionreferenz


_WinAPI_CopyBitmap


Creates a duplicate of a specified bitmap with a device-independent bitmap (DIB) section

#include <WinAPIGdi.au3>
_WinAPI_CopyBitmap ( $hBitmap )

Parameter

$hBitmap Handle to the bitmap to be duplicated.

Rückgabewert

Success: Handle to the new bitmap that was created.
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

When you are finished using the bitmap, destroy it using the _WinAPI_DeleteObject() function.

Verwandte Funktionen

_WinAPI_DeleteObject

Siehe auch

Suche nach CopyImage in der MSDN Bibliothek.