|
pure virtual |
Initializes the component for use.
Must be called successfully before calling any other method.
| pBuffer | [ in ] The address of the buffer containing the data to be inflated. IMPORTANT: A copy of this buffer id not made by this component, so this buffer MUST remain valid for the duration of the inflation operation. |
| cbBuffer | [ in ] The number of valid bytes in the buffer to be inflated. |
| fFlags | [ in ] P6GZIOFLAGS values indicating the desired behavior. The flags can be ORed together. |