Specifies the action that must be taken when a CB event is raised while loading by call back (LoadCB).
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. |