System.ZLib.crc32

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function crc32(crc: UInt32; buf: PByte; len: Cardinal): UInt32; cdecl;

C++

extern DELPHI_PACKAGE System::UInt32 __cdecl crc32(System::UInt32 crc, System::PByte buf, unsigned len);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib


Beschreibung

Nur für den internen Gebrauch.

Verwenden Sie diese Funktion nicht. Sie ist nur für den internen Gebrauch vorgesehen. Weitere Informationen finden Sie in der Originaldokumentation von ZLib library.