| FastCRC Library | Type Library |
|
FCRC32_CalculateFile
int FCRC32_CalculateFile( [ out ]long* pCRC, [ in , string ] unsigned char* pFileName );
Return value
Zero if calculation is successful, otherwise nonzero.
Parameters
pCRC
[out] A variable that will receive the checksum.
pFileName
[in] A null-terminated string specifying the name of the file for which to calculate the checksum.
Remarks
Calculates the checksum for the file specified by pFileName. The checksum is retrieved in the variable specified by pCRC.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also FCRC32_Calculate, FCRC32_CalculateStr, FCRC_LongToHex32
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |