| FastCRC Library | Type Library |
|
FCRC16C_Init
void FCRC16C_Init( [ out ]long* pCRC );
Parameters
pCRC
[out] The crc variable.
Remarks
Initializes the crc variable specified by pCRC.
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
See the example for FCRC16C_Final.
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also FCRC16C_Final, FCRC16C_Update, FCRC16C_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |