Scroll to navigation

WinVerifyTrust(3w) Wine API 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: HKLM
 

IMPLEMENTATION

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