.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH WinVerifyTrust 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBWinVerifyTrust\fR (WINTRUST.@) .SH SYNOPSIS LONG WinVerifyTrust ( HWND \fIhwnd\fR, GUID* \fIActionID\fR, LPVOID \fIActionData\fR ) .SH DESCRIPTION .PP Verifies an object by calling the specified trust provider. .SH PARAMS \fIhwnd\fR \fB[In]\fR Handle to a caller window. .PP \fIActionID\fR \fB[In]\fR Pointer to a \fBGUID\fR that identifies the action to perform. .PP \fIActionData\fR \fB[In]\fR Information used by the trust provider to verify the object. .PP .SH RETURNS .PP \fBSuccess:\fR Zero. .PP \fBFailure:\fR A \fBTRUST_E_\fR* error code. .SH NOTES .PP Trust providers can be found at: HKLM\SOFTWARE\Microsoft\Cryptography\Providers\Trust\ .SH IMPLEMENTATION .PP Declared in \fB"wintrust.h"\fR. .PP Implemented in \fB"dlls/wintrust/wintrust_main.c"\fR. .PP Debug channel \fB"wintrust"\fR.