|
QuickHash Library |
Type Library |
|
CRC32_Init
void CRC32_Init( [ out ]CRC32_Context*
pContext );
Parameters
pContext
[out] A memory buffer that
will be used as a context.
Note. All predefined types are specified in the
Predefined Types List.
Remarks
Initializes (based on
CRC32
checksum
algorithm) the context.
Note. Before the first call to
CRC32_Update,
CRC32_UpdateStr,
CRC32_Final or
CRC32_FinalHex functions, the context
must be initialized with CRC32_Init.
VB Example
See the example for
CRC32_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
CRC32_Final,
CRC32_FinalHex,
CRC32_Update,
CRC32_UpdateStr
|