Commit 5ffb0174 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

wintrust.h: Added some defines.

parent e1b1fa75
......@@ -76,6 +76,20 @@ typedef struct WINTRUST_CERT_INFO_
FILETIME* psftVerifyAsOf;
} WINTRUST_CERT_INFO, *PWINTRUST_CERT_INFO;
/* dwUIChoice */
#define WTD_UI_ALL 1
#define WTD_UI_NONE 2
#define WTD_UI_NOBAD 3
#define WTD_UI_NOGOOD 4
/* fdwRevocationChecks */
#define WTD_REVOKE_NONE 0
#define WTD_REVOKE_WHOLECHAIN 1
/* dwUnionChoice */
#define WTD_CHOICE_FILE 1
#define WTD_CHOICE_CATALOG 2
#define WTD_CHOICE_BLOB 3
#define WTD_CHOICE_SIGNER 4
#define WTD_CHOICE_CERT 5
typedef struct _WINTRUST_DATA
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment