BOOL DIB_BitmapBits(LPPDEVICE lpDevice, DWORD fFlags, DWORD dwCount,
LPSTR lpBits)
Sets, retrieves, or copies bitmap data.
Value | Meaning |
---|---|
DBB_SET | Sets bitmap bits by copying data from the buffer pointed to by the lpBits parameter to the specified device. |
DBB_SETWITHFILLER | Identical to DDB_SET unless the bitmap is larger than 64K bytes (as specified by the lpDevice member of the PBITMAP structure). If the bitmap is larger than 64K bytes, scanlines are never broken across segments. Instead, the last bytes of each segment are used for padding and should be ignored by the driver. |
DBB_GET | Retrieves bitmap bits by copying data from the specified device to the buffer pointed to by lpBits. |
DBB_COPY | Copies bitmap bits from the bitmap pointed to by lpBits to the specified device. |
The export ordinal for this function is 30.