ExpandCompressedDIB   Method

Description         This function expands the compressed device independent bitmap (DIB) to uncompressed format by using the run-length encoding RLE method. The currently supported BI_REL4 and BI_REL8 is implemented. For more details, see your Windows SDK Data Types and Structures for BITMAPINFOHEADER data structure definition.

Syntax                 NewDib = [BiDib.]ExpandCompressedDIB hDib

Returns               NewDib                  LONGLONG The newly created, uncompressed DIB. 0 on error.

Remarks             hDib                       LONGLONG Handle to the DIB to be uncompressed.

See Also