WinVerifyTrust (WINTRUST.@)
LONG WinVerifyTrust ( HWND hwnd, GUID* ActionID, LPVOID ActionData )
Verifies an object by calling the specified trust provider.
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. |
Success: Zero.
Failure: A TRUST_E_* error code.
Trust providers can be found at: HKLM\SOFTWARE\Microsoft\Cryptography\Providers\Trust\
Declared in "include/wintrust.h". gitlab.winehq.org/wine/wine/blob/master/include/wintrust.h
Implemented in "dlls/wintrust/wintrust_main.c". gitlab.winehq.org/wine/wine/blob/master/dlls/wintrust/wintrust_main.c
Debug channel "wintrust".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.