DIB_SelectBitmap
BOOL DIB_SelectBitmap(LPPDEVICE lpDevice, LPBITMAP lpPrevBitmap,
LPBITMAP lpBitmap, DWORD fFlags)
Selects a bitmap into the specified device, replacing the previous bitmap.
- Returns one if successful, or zero otherwise.
- lpDevice
- Address of a PDEVICE structure specifying the device for which the bitmap is to be selected.
- lpPrevBitmap
- Address of a PBITMAP structure specifying the previously selected device bitmap.
- lpBitmap
- Address of a PBITMAP structure specifying the device bitmap to select.
- fFlags
- The actions to take while selecting the bitmap. Support for this parameter is not currently implemented; the value must be zero.
The export ordinal for this function is 29.