HashData (SHLWAPI.@)
HRESULT HashData ( const unsigned char* lpSrc, DWORD nSrcLen, unsigned char* lpDest, DWORD nDestLen )
Hash an input block into a variable sized digest.
lpSrc | [In] | Input block. |
nSrcLen | [In] | Length of lpSrc. |
lpDest | [In] | Output for hash digest. |
nDestLen | [In] | Length of lpDest. |
Success: TRUE. lpDest is filled with the computed hash value.
Failure: FALSE, if any argument is invalid.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/url.c". source.winehq.org/source/dlls/shlwapi/url.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.