|
QuickHash Library |
Type Library |
|
ADLER32_Init
void ADLER32_Init( [ out ]ADLER32_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
ADLER32
checksum
algorithm) the context.
Note. Before the first call to
ADLER32_Update,
ADLER32_UpdateStr,
ADLER32_Final or
ADLER32_FinalHex functions, the context
must be initialized with ADLER32_Init.
VB Example
See the example for
ADLER32_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
ADLER32_Final,
ADLER32_FinalHex,
ADLER32_Update,
ADLER32_UpdateStr
|