WintrustAddActionID (WINTRUST.@)
BOOL WintrustAddActionID ( GUID* pgActionID, DWORD fdwFlags, CRYPT_REGISTER_ACTIONID* psProvInfo )
Add the definitions of the actions a Trust provider can perform to the registry.
pgActionID | [In] | Pointer to a GUID for the Trust provider. |
fdwFlags | [In] | Flag to indicate whether registry errors are passed on. |
psProvInfo | [In] | Pointer to a structure with information about dll name and functions. |
Success: TRUE.
Failure: FALSE. (Use GetLastError for more information).
Adding definitions is basically only adding relevant information to the registry. No verification takes place whether a dll or its entrypoints exist. Information in the registry will always be overwritten.
Declared in "include/wintrust.h". gitlab.winehq.org/wine/wine/blob/master/include/wintrust.h
Implemented in "dlls/wintrust/register.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wintrust/register.c
Debug channel "wintrust".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.