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 it's entrypoints exist. Information in the registry will always be overwritten.
Defined in "wintrust.h".
Implemented in "dlls/wintrust/register.c". source.winehq.org/source/dlls/wintrust/register.c
Debug channel "wintrust".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.