WintrustRemoveActionID (WINTRUST.@)
BOOL WintrustRemoveActionID ( GUID* pgActionID )
Remove the definitions of the actions a Trust provider can perform from the registry.
pgActionID | [In] | Pointer to a GUID for the Trust provider. |
Success: TRUE. (Use GetLastError for more information)
Failure: FALSE. (Use GetLastError for more information).
Testing shows that WintrustRemoveActionID always returns TRUE and that a possible error should be retrieved via GetLastError. There are no checks if the definitions are in the registry.
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.