HCRYPTHASH
This data type represents handles to hash objects. It indicates to the cryptographic service provider (CSP) module which hash is used in a particular operation. The CSP module does not allow direct manipulation of the hash values. Instead, the user manipulates the hash values through the hash handle.
typedef unsigned long HCRYPTHASH;
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.