BOOL SelectBitmap(
LPPDEVICE lpDevice,
LPBITMAP lpPrevBitmap,
LPBITMAP lpBitmap,
DWORD fFlags
);
Selects a bitmap into the specified device, replacing the previous bitmap.
The export ordinal for this function is 29.
If the driver supports device bitmaps, GDI calls this function when an application calls the SelectObject function (GDI.45) to select a bitmap.
A graphics device driver must export the SelectBitmap function if the RC_DEVBITS value is set in the dpRaster member of the driver's GDIINFO structure.
The lpPrevBitmap and lpBitmap parameters may point to either main memory or device bitmaps. The SelectBitmap function must determine the bitmap type and carry out any device-specific operations to select or cancel the selected device bitmaps.
PDEVICE, PBITMAP, GDIINFO