GetLastColorConvertError

#include "BIImage.H"

 

int CALLBACK GetLastColorConvertError ()

Description

This function will return the error code of the last error occurred.

Parameters

Return values

Returns the code of the last error

Programming notes

Error codes:

         CCNOERROR                       No error occered.

         CCDUPLICATEERROR      Error during duplicate DIB. For example this error may be occurred during copying the input DIB in the ConvertDIBColorSpace function.

         CCIINVALIDFORMAT        The color space format is not valid.

         CCCONVERT32BIT             Error converting DIB to 32 bit per pixel.

         CCINVALIDPARAMETER Invalid parameter.

         CCCREATEDLG                  Error crating progress dialog.   

         CCNOBIDLGS,                     BIDlgs.dll is missing.

         CCCONVERSIONERROR   Color Conversion Error

 

Requirements

Header :     Declared in BIImage.h; include BIImage.h.

Library :    Use BIImage.lib.

DLLs :       BiImage.dll.