IconStatus
enum IconStatus {
ICON_NOERROR,
ICON_MEMALLOC_ERROR,
ICON_RESOURCE_ERROR,
ICON_FILE_OPEN_ERROR,
ICON_FILE_READ_ERROR,
ICON_BAD_ICOHEADER,
ICON_INTERNAL_ERROR,
};
Status codes returned by functions in this moduleDefined in: OdIcon.h
Members
ICON_NOERROR
Function successful.
ICON_MEMALLOC_ERROR
Memory allocation error.
ICON_RESOURCE_ERROR
Resource-related error.
ICON_FILE_OPEN_ERROR
File open error.
ICON_FILE_READ_ERROR
File read error.
ICON_BAD_ICOHEADER
Error processing icon header.
ICON_INTERNAL_ERROR
Other internal processing error.