| FastCRC Library | API |
|
SL_FCRC32_CalculateFile
int SL_FCRCCALL SL_FCRC32_CalculateFile( unsigned long* pCRC, const char* pFileName );
Return value
Zero if calculation is successful, otherwise nonzero.
Parameters
pCRC
[out] Pointer to the variable that will receive the checksum.
pFileName
[in] Pointer to the null-terminated string specifying the name of the file for which to calculate the checksum.
Remarks
Calculates the checksum for the file pointed by pFileName. The checksum is retrieved in the variable pointed by pCRC.
Example
|
CRC32 API Overview | CRC32 API Functions | Useful Links | HashCalc
See Also SL_FCRC32_Calculate, SL_FCRC32_CalculateStr, SL_FCRC_ConvertToHex32
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |