From 12f4acce0472ba3ccfe70fd0a75528588082e871 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 7 May 2007 18:35:48 +0200 Subject: [PATCH] wincrypt.h: Add missing definitions. --- include/wincrypt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wincrypt.h b/include/wincrypt.h index 2219bd5b4f1..c580d845388 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -1613,6 +1613,11 @@ static const WCHAR MS_SCARD_PROV_W[] = { 'M','i','c','r','o','s','o',' #define PP_KEYSPEC 39 #define PP_ENUMEX_SIGNING_PROT 40 +/* Values returned by CryptGetProvParam of PP_KEYSTORAGE */ +#define CRYPT_SEC_DESCR 0x00000001 +#define CRYPT_PSTORE 0x00000002 +#define CRYPT_UI_PROMPT 0x00000004 + /* Crypt{Get/Set}KeyParam */ #define KP_IV 1 #define KP_SALT 2 -- 2.11.4.GIT