Hashes an array of data.
Syntax
HRESULT HashData( LPBYTE pbData, DWORD cbData, LPBYTE pbHash, DWORD cbHash );
Parameters
pbData [in] A pointer to the data array.cbData [in] The number of elements in pbData.pbHash [out] The value used to return the hashed array.cbHash [in] The number of elements in pbHash. It should be no larger than 256.
Return Value
Returns S_OK if successful, or a standard OLE error value otherwise.
Function Information
Minimum DLL Versionshlwapi.dll version 5.0 or laterCustom ImplementationNoHeadershlwapi.hImport libraryshlwapi.libMinimum operating systems Windows 2000, Windows NT 4.0 with Internet Explorer 5, Windows 98, Windows 95 with Internet Explorer 5