| FastCRC Library | Type Library |
|
FCRC16C_Calculate
long FCRC16C_Calculate( [ in , size_is( nSrcLength ) ] const void* pSrc, [ in ] int nSrcLength );
Return value
The checksum.
Parameters
pSrc
[in] A continuous memory block for which to calculate the checksum.
nSrcLength
[in] Length in bytes of the memory block.
Remarks
Calculates the checksum for the memory block specified by pSrc.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also FCRC16C_CalculateStr, FCRC16C_CalculateFile, FCRC_LongToHex16
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |