Scroll to navigation

WintrustRemoveActionID(3w) Wine API 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

Declared in "wintrust.h".
Implemented in "dlls/wintrust/register.c".
Debug channel "wintrust".
Oct 2012 Wine API