| FastCRC Library | Type Library |
|
FCRC32_Final
long FCRC32_Final( [in, out]long* pCRC );
Return value
The checksum.
Parameters
pCRC
[in/out] The crc variable.
Remarks
Call this function to retrieve the checksum from the crc variable specified by pCRC.
After the FCRC32_Final function is performed, the crc variable is initialized for new calculations, as it would be called FCRC32_Init again.
Note. Before the first call to FCRC32_Update, FCRC32_UpdateStr or FCRC32_Final functions, the crc variable must be initialized with FCRC32_Init.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also FCRC32_Update, FCRC32_UpdateStr, FCRC32_Init, FCRC_LongToHex32
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |