| FastCRC Library | Type Library |
|
FCRC32_UpdateStr
void FCRC32_UpdateStr( [ in,out ]long* pCRC, [ in , string ] unsigned char* pSrc );
Parameters
pCRC
[in/out] The crc variable.
pSrc
[in] A null-terminated string with which to update the crc variable.
Remarks
Updates the crc variable specified by pCRC with the null-terminated string specified by pSrc. Call this function for each null-terminated string for which the checksum is calculated. To retrieve the checksum after using FCRC32_UpdateStr, call FCRC32_Final.
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_Final, FCRC32_Init, FCRC_LongToHex32
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |