SetDIBBitCount  Method

Description         This methods specifies the number of bits per pixel of the DIB. The method sets the value of the bitcount in the bitmap info header.

Syntax                 RetVal = [BiDib.] SetDIBBitCount Dib BitCount

Remarks             RetVal                    BOOL             TRUE on success, otherwise FALSE.

                            Dib                          LONGLONG The handle of a device independent bitmap.

                            BitCount                Long                The number of bits per pixel to set.

 

See Also