Location: Symbol Reference > Classes > TJwHash Class > TJwHash Methods > RetrieveHash Method > TJwHash.RetrieveHash Method (Pointer, Cardinal)
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwHash.RetrieveHash Method (Pointer, Cardinal)
Pascal
procedure RetrieveHash(Hash: Pointer; var Len: Cardinal); overload;
Parameters 
Description 
Hash: Pointer 
Specifies the storage in which to put the computed hash value  
var Len: Cardinal 
Specifies the size of Hash. The procedure will raise an exception if Len is not big enough. 

RetrieveHash computes the hash of the data previously added to the hash using HashData . After a successful call to this function you cannot add more data to the hash. Any additional calls to HashData will fail.

Exceptions 
Description 
will be raised if the underlying Windows call fails because the specified buffer is to small or for other reasons. 
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!