Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hashes a block of data based on a symmetric cryptography algorithm.
HRESULT
___stdcall HashFinal(
__in PINFORMATIONCARD_CRYPTO_HANDLE hCrypto,
__in DWORD cbInData,
__in_bcount( cbInData ) PBYTE pInData,
__out DWORD* pcbOutData,
__out_bcount( *pcbOutData ) PBYTE* ppOutData );
Parameters
| Parameter | Description |
|---|---|
hCrypto |
Handle to the cryptography object returned from a call to GetKeyedHash. |
cbInData |
The length, in bytes, of the input buffer. |
pInData |
The data to be transformed. |
pcbOutData |
The length of the transformed data. |
ppOutData |
The pointer to the buffer that contains the transformed data. Call GlobalFree to free the memory associated with this pointer after use. |
Property Value/Return Value
HRESULT. If any of the parameters are NULL or 0, returns E_INVALIDARG.
See Also
Reference
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.