BUG: SetDIBitsToDevice Faults on 24-BPP PM-Style DIBs (104334)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) for Windows 3.0
- Microsoft Windows Software Development Kit (SDK) for Windows 3.1
This article was previously published under Q104334
3.00 3.10
WINDOWS
kbprg kbbuglist
SYMPTOMSSetDIBitsToDevice faults inside GDI when passed a 24-bpp Presentation Manager (PM) style device-independent bitmap (DIB) on a device that supports RC_DIBTODEV.
CAUSE
GDI must convert the old style BITMAPCOREINFO structure into a new
BITMAPINFO structure before passing it to a driver's RC_DIBTODEV function. If the old style DIB has no color table, GDI will fault as it attempts to append a zero length color table to the end of its temporary
BITMAPINFOHEADER.
RESOLUTION
On devices that support RC_DIBTODEV, do the conversion into the new style
DIB format for GDI before calling into it when using 24-bpp PM-style DIBs.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 3/7/2005 |
---|
Keywords: | kbbug kbpending KB104334 |
---|
|