| QuickHash Library | Type Library |
|
SHA1_CalculateHex
void SHA1_CalculateHex( [ out ]SHA1_HexDigest* pDest, [ in, size_is( nSrcLength ) ] const void* pSrc, [ in ]int nSrcLength, [ in ] boolean bUpper );
Parameters
pDest
[out] A memory buffer that will receive the message digest as an ASCII null-terminated string.
Note. All predefined types are specified in the Predefined Types List.
pSrc
[in] A continuous memory block for which to calculate the message digest.
nSrcLength
[in] Length in bytes of the memory block.
bUpper
[in] Uppercase flag. If bUpper is False, the received message digest represents a lowercase string, otherwise it represents an uppercase string.
Remarks
Calculates the SHA-1 message digest for the pSrc memory block. The digest is retrieved as an ASCII null-terminated hexadecimal string in the pDest memory buffer.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also SHA1_Calculate, SHA1_CalculateStr, SHA1_CalculateStrHex, QHASH_ASCIItoBSTR
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |