Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windows Shell
Shell Reference
Miscellaneous
 HashData Function
HashData Function

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 later
Custom ImplementationNo
Headershlwapi.h
Import libraryshlwapi.lib
Minimum operating systems Windows 2000, Windows NT 4.0 with Internet Explorer 5, Windows 98, Windows 95 with Internet Explorer 5
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker