AccusoftImagXpress13 ActiveX DLL : enumIXEVENT_CB_ID Enumeration |
Member | Value | Description |
---|---|---|
CBID_CLOSE | 2 | The decompressor completed decompressing the data and is notifying the user to perform any clean-up such as file closing, etc. |
CBID_OPEN | 0 | User should open data sources and do any memory allocation/initialization to this. |
CBID_READ | 1 | The decompressor is requesting more data, which the user should supply through the WriteCBData and WriteCBDataPtr methods. |