table of contents
other versions
- wheezy 1.4.1-4
HashData(3w) | Wine API | HashData(3w) |
NAME¶
HashData (SHLWAPI.@)SYNOPSIS¶
HRESULT HashData(
const unsigned char* lpSrc,
DWORD nSrcLen,
unsigned char* lpDest,
DWORD nDestLen
)
DESCRIPTION¶
Hash an input block into a variable sized digest.PARAMS¶
lpSrc [In] Input block. nSrcLen [In] Length of lpSrc. lpDest [In] Output for hash digest. nDestLen [In] Length of lpDest.RETURNS¶
Success: TRUE. lpDest is filled with the computed hash value. Failure: FALSE, if any argument is invalid.IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/url.c". Debug channel "shell".Oct 2012 | Wine API |