WintrustAddActionID(3w)
NAME
WintrustAddActionID (WINTRUST.@)
SYNOPSIS
BOOL WintrustAddActionID ( GUID* pgActionID, DWORD fdwFlags, CRYPT_REGISTER_ACTIONID* psProvInfo )
DESCRIPTION
Add the definitions of the actions a Trust provider can perform to the
registry.
PARAMS
pgActionID [In] Pointer to a GUID for the Trust provider.
fdwFlags [In] Flag to indicate whether registry errors are passed on.
psProvInfo [In] Pointer to a structure with information about dll name
and functions.
RETURNS
Success: TRUE.
Failure: FALSE. (Use GetLastError(3w) for more information).
NOTES
Adding definitions is basically only adding relevant information to the
registry. No verification takes place whether a dll or it's entrypoints
exist. Information in the registry will always be overwritten.
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".