DIB_UpdateColorsExt


VOID DIB_UpdateColorsExt(WORD wStartX, WORD wStart, WORD wExtX, 
    WORD wExtY, LPWORD lpTranslate, LPPDEVICE lpDIBEngine);

Redraws all pixels in a region on the display surface using the colors specified in the given translation table. For each pixel in the region, the function reads the pixel's color index, translates the index, and writes the translated index back to the original position.

wStartX and wStartY

The x- and y-coordinates of the upper-left corner of the region to update.

wExtX and wExtY

The width and height (in pixels) of the rectangular region to update.

lpTranslate

Address of an array of color indices.

lpDIBEngine

Address of PDEVICE structure that specifies color data for the display surface.

The export ordinal for this function is 404.