Function Reference


_WinAPI_GetBitmapBits

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

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

Parameters

$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.

Return Value

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

See Also

Search GetBitmapBits in MSDN Library.