API:System.ZLib.crc32

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

Embarcadero Technologies does not currently have any additional information.