Initialize the ZlibCodec for inflation, with the specified number of window bits.
| C# | Visual Basic | Visual C++ | F# |
public int InitializeInflate( int windowBits )
Public Function InitializeInflate ( windowBits As Integer ) As Integer
public: int InitializeInflate( int windowBits )
member InitializeInflate : windowBits : int -> int
- windowBits (Int32)
- The number of window bits to use. If you need to ask what that is, then you shouldn't be calling this initializer.
Int32
Z_OK if all goes well.
Z_OK if all goes well.
Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)