WintrustRemoveActionID.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/wintrust/register.c".

Debug channel "wintrust".