| FastCRC Library | Type Library |
|
FCRC16_Final
long FCRC16_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 FCRC16_Final function is performed, the crc variable is initialized for new calculations, as it would be called FCRC16_Init again.
Note. Before the first call to FCRC16_Update, FCRC16_UpdateStr or FCRC16_Final functions, the crc variable must be initialized with FCRC16_Init.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also FCRC16_Update, FCRC16_UpdateStr, FCRC16_Init, FCRC_LongToHex16
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |