|
QuickHash Library |
Type Library |
|
CRC16_Init
void CRC16_Init( [ out ]CRC16_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
CRC16
checksum
algorithm) the context.
Note. Before the first call to
CRC16_Update,
CRC16_UpdateStr,
CRC16_Final or
CRC16_FinalHex functions, the context
must be initialized with CRC16_Init.
VB Example
See the example for
CRC16_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
CRC16_Final,
CRC16_FinalHex,
CRC16_Update,
CRC16_UpdateStr
|