CryptRegisterOIDFunction (CRYPT32.@)
BOOL CryptRegisterOIDFunction ( DWORD dwEncodingType, LPCSTR pszFuncName, LPCSTR pszOID, LPCWSTR pwszDll, LPCSTR pszOverrideFuncName )
Register the dll and the functions it uses to cover the combination of encoding type, function name and OID.
dwEncodingType | [In] | Encoding type to be used. |
pszFuncName | [In] | Name of the function to be registered. |
pszOID | [In] | OID of the function (numeric or string). |
pwszDll | [In] | The dll that is to be registered. |
pszOverrideFuncName | [In] | Name of the function in the DLL. |
Success: TRUE.
Failure: FALSE. (Look at GetLastError).
Registry errors are always reported via SetLastError.
Declared in "include/wincrypt.h". gitlab.winehq.org/wine/wine/blob/master/include/wincrypt.h
Implemented in "dlls/crypt32/oid.c". gitlab.winehq.org/wine/wine/blob/master/dlls/crypt32/oid.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.