WintrustRemoveActionID(3w)
NAME
WintrustRemoveActionID (WINTRUST.@)
SYNOPSIS
BOOL WintrustRemoveActionID
(
GUID* pgActionID
)
DESCRIPTION
Remove the definitions of the actions a Trust provider can perform from
the registry.
PARAMS
pgActionID [In] Pointer to a GUID for the Trust provider.
RETURNS
Success: TRUE. (Use GetLastError(3w) for more information)
Failure: FALSE. (Use GetLastError(3w) for more information).
NOTES
Testing shows that WintrustRemoveActionID always returns TRUE and that
a possible error should be retrieved via GetLastError(3w). There are no
checks if the definitions are in the registry.
IMPLEMENTATION
Defined in "wintrust.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wintrust/register.c".
- Debug channel "wintrust".