DisplayDib (DISPDIB.1)
WORD DisplayDib ( LPBITMAPINFO lpbi, LPSTR lpBits, WORD wFlags )
lpbi | [In] | DIB header with resolution and palette. |
lpBits | [In] | Bitmap bits to show. |
[In] | . |
Disables GDI and takes over the VGA screen to show DIBs in full screen.
DISPLAYDIB_NOPALETTE: don't change palette DISPLAYDIB_NOCENTER: don't center bitmap DISPLAYDIB_NOWAIT: don't wait (for keypress) before returning DISPLAYDIB_BEGIN: start of multiple calls (does not restore the screen) DISPLAYDIB_END: end of multiple calls (restores the screen) DISPLAYDIB_MODE_DEFAULT: default display mode DISPLAYDIB_MODE_320x200x8: Standard VGA 320x200 256 colors DISPLAYDIB_MODE_320x240x8: Tweaked VGA 320x240 256 colors.
DISPLAYDIB_NOERROR: success DISPLAYDIB_NOTSUPPORTED: function not supported DISPLAYDIB_INVALIDDIB: NULL or invalid DIB header DISPLAYDIB_INVALIDFORMAT: invalid DIB format DISPLAYDIB_INVALIDTASK: not called from current task.
Waiting for keypresses is not implemented.
Declared in "include/dispdib.h". gitlab.winehq.org/wine/wine/blob/master/include/dispdib.h
Implemented in "dlls/dispdib.dll16/dispdib.c". gitlab.winehq.org/wine/wine/blob/master/dlls/dispdib.dll16/dispdib.c
Debug channel "ddraw".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.