| QuickHash Library | Type Library |
|
MD5_Init
void MD5_Init( [ out ]MD5_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 MD5 hash algorithm) the context.
Note. Before the first call to MD5_Update, MD5_UpdateStr, MD5_Final or MD5_FinalHex functions, the context must be initialized with MD5_Init.
VB Example
See the example for MD5_Final.
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also MD5_Final, MD5_FinalHex, MD5_Update, MD5_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |