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\SOFTWARE\Microsoft\Cryptography\Providers\Trust\

IMPLEMENTATION

Declared in "wintrust.h". https://source.winehq.org/source/include/wintrust.h

Implemented in "dlls/wintrust/wintrust_main.c". https://source.winehq.org/source/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 Apr 2024.