GraphicsFormats Xojo plugin |
|
RawICOImporter.ErrorValues Enum
Enum representing error codes which this class can return.
enum RawICOImporter.ErrorValues
Constants
NO_ERROR = 0 | No error |
INVALID_PARAMETER = -2 | Invalid parameter |
DIRECTORY_INDEX_OUT_OF_RANGE = -5 | Directory index is out of range |
UNSUPPORTED_FORMAT = -9 | Unsupported format on the ICO file or perhaps not a ICO file. |
COULD_NOT_OPEN_FILE = -11 | Could not open file. |
OUT_OF_MEMORY_ERROR = -23 | Out of memory. |