Go to the documentation of this file.
46 unsigned long CRCdwCrc32(
unsigned char *pbyData,
unsigned int cbByte,
unsigned long dwCrcSeed);
47 unsigned long CRCdwGetCrc32(
unsigned char *pbyData,
unsigned int cbByte);
48 unsigned long CRCdwGetCrc32Ex(
unsigned char *pbyData,
unsigned int cbByte,
unsigned long dwPreCRC);