|
JWSCL Documentation
|
function RetrieveHash(out Len: Cardinal): Pointer; overload;
|
Parameters |
Description |
|
out Len: Cardinal |
Returns the size of the hash |
Pointer to a buffer containing the hash
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. The buffer returned by this function must be freed using FreeBuffer .
|
Exceptions |
Description |
|
will be raised if the underlying Windows call fails. |
|
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!
|