CryptGetKeyParam (ADVAPI32.@)
BOOL CryptGetKeyParam ( HCRYPTKEY hKey, DWORD dwParam, BYTE* pbData, DWORD* pdwDataLen, DWORD dwFlags )
Retrieves data that controls the operations of a key.
hKey | [In] | Handle to they key in question. |
dwParam | [In] | Specifies query type. |
pbData | [Out] | Sequence of bytes to receive data. |
pdwDataLen | [In/Out] | Size of pbData. |
dwFlags | [In] | Reserved for future use and must be zero. |
Success: TRUE
Failure: FALSE.
If pbData is NULL, pdwDataLen is set to the needed length of the buffer.
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.