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