|
FastCRC Library |
Type Library |
|
FCRC16_Init
void FCRC16_Init( [ out ]long* pCRC
);
Parameters
pCRC
[out] The
crc variable.
Remarks
Initializes the
crc variable
specified by pCRC.
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
See the example for
FCRC16_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
FCRC16_Final,
FCRC16_Update,
FCRC16_UpdateStr
|