RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ZLib._z_errmsg Constant
Pascal
_z_errmsg: array[0..9] of PChar = ( 'need dictionary', 'stream end', '', 'file error', 'stream error', 'data error', 'insufficient memory', 'buffer error', 'incompatible version', '' );
C++
array[0..9] of PChar _z_errmsg = ( 'need dictionary', 'stream end', '', 'file error', 'stream error', 'data error', 'insufficient memory', 'buffer error', 'incompatible version', '' );

This is constant ZLib._z_errmsg.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!