CryptGetHashParam (ADVAPI32.@)
BOOL CryptGetHashParam ( HCRYPTHASH hHash, DWORD dwParam, BYTE* pbData, DWORD* pdwDataLen, DWORD dwFlags )
Retrieves data that controls the operations of a hash object.
hHash | [In] | Handle of the hash object to question. |
dwParam | [In] | Query type. |
pbData | [Out] | Buffer that receives the value data. |
pdwDataLen | [In/Out] | Size of the pbData buffer. |
dwFlags | [In] | Reserved for future use and must be zero. |
Success: TRUE
Failure: FALSE.
If pbData is NULL, pdwDataLen will contain the length required.
Declared in "include/wincrypt.h". gitlab.winehq.org/wine/wine/blob/master/include/wincrypt.h
Implemented in "dlls/advapi32/crypt.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/crypt.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.