Funktionreferenz


_WinAPI_GetBitmapBits


Copies the bitmap bits of a specified device-dependent bitmap into a buffer

#include <WinAPIGdi.au3>
_WinAPI_GetBitmapBits ( $hBitmap, $iSize, $pBits )

Parameter

$hBitmap Handle to the device-dependent bitmap.
$iSize The number of bytes to copy from the bitmap into the buffer.
$pBits A pointer to a buffer to receive the bitmap bits.

Rückgabewert

Success: The number of bytes copied to the buffer.
Failure: 0.

Bemerkungen

None.

Siehe auch

Suche nach GetBitmapBits in der MSDN Bibliothek.