XbZ_ZLibVer()
Previous  Top  Next

XbZ_ZLibVersion() - Retrieve ZLib.DLL Version.

Syntax

XbZ_ZLibVer()--> cVersion  

Parameters

None.  

Returns

This function returns the version of the ZLib.DLL as a string.  

Description

Returns the Version of the "ZLib.DLL" as a string in the form: "N1.N2.N3". This is basically a Xbase++ Wrapper function for the ZLib Function: zlibVersion().  

Example

QOut(XbZ_Version()) --> "1.2.1"