Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGzipInflateBuffer::initialize ( P6VOID pBuffer,
P6SIZE  cbBuffer,
P6GZIOFLAGS  fFlags 
)
pure virtual

Initializes the component for use.

Must be called successfully before calling any other method.

Parameters
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.
Returns