Name
hw_CRC32 -- compute CRC32 checksum (V6.0)
Synopsis
ULONG crc = hw_CRC32(UBYTE *data, int len);
Function
This function computes the CRC32 checksum of the data passed in the first parameter and returns it.

Designer compatibility
Supported since Designer 5.0

Inputs
data
pointer to arbitrary memory data
len
number of bytes to read from pointer
Results
crc
the data's CRC32 checksum

Show TOC