WinVerifyTrust.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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: HKLMSOFTWAREMicrosoftCryptographyProvidersTrust 

IMPLEMENTATION

Defined in "wintrust.h".

Implemented in "dlls/wintrust/wintrust_main.c".

Debug channel "wintrust".