CryptGetProvParam (ADVAPI32.@)
BOOL CryptGetProvParam ( HCRYPTPROV hProv, DWORD dwParam, BYTE* pbData, DWORD* pdwDataLen, DWORD dwFlags )
Retrieves parameters that control the operations of a CSP.
hProv | [In] | Handle of the CSP in question. |
dwParam | [In] | Specifies query type. |
pbData | [Out] | Buffer to receive the data. |
pdwDataLen | [In/Out] | Size of pbData. |
dwFlags | [In] | see MSDN Docs. |
Success: TRUE
Failure: FALSE.
If pbData is NULL, pdwDataLen is set to the needed buffer length.
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.