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 for more information)

Failure: FALSE. (Use GetLastError for more information).

NOTES

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.

IMPLEMENTATION

Declared in "wintrust.h". https://source.winehq.org/source/include/wintrust.h

Implemented in "dlls/wintrust/register.c". https://source.winehq.org/source/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 Apr 2024.