Visual Basic (Declaration) | |
---|---|
Public WindowBits As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ZlibCodec Dim value As Integer value = instance.WindowBits instance.WindowBits = value |
C# | |
---|---|
public int WindowBits |
C++/CLI | |
---|---|
public: int WindowBits |
This gauges the size of the sliding window, and hence the compression effectiveness as well as memory consumption. It's best to just leave this setting alone if you don't know what it is. The maximum value is 15 bits, which implies a 32k window.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family