WinVerifyTrust(3w)
NAME
WinVerifyTrust (WINTRUST.@)
SYNOPSIS
LONG WinVerifyTrust ( HWND hwnd, GUID* ActionID, LPVOID ActionData )
DESCRIPTION
Verifies an object by calling the specified trust provider.
PARAMS
hwnd [In] Handle to a caller window.
ActionID [In] Pointer to a GUID that identifies the action to perform.
ActionData [In] Information used by the trust provider to verify the
object.
RETURNS
Success: Zero.
Failure: A TRUST_E_* error code.
NOTES
Trust providers can be found at: HKLMTWAREcrosoftaphyProvidersTrust
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/wintrust_main.c".
- Debug channel "wintrust".