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