From 2e1a67c326665b99b7d6152b4fa9c63dcc22d71e Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 15 Nov 2007 22:34:51 +0000 Subject: [PATCH] add some defines svn path=/trunk/; revision=30480 --- reactos/include/psdk/wincrypt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/include/psdk/wincrypt.h b/reactos/include/psdk/wincrypt.h index ebfcf315f58..17729d7e4d0 100644 --- a/reactos/include/psdk/wincrypt.h +++ b/reactos/include/psdk/wincrypt.h @@ -1767,6 +1767,11 @@ static const WCHAR MS_SCARD_PROV_W[] = { 'M','i','c','r','o','s','o',' #define PKCS_7_ASN_ENCODING 0x00010000 #define PKCS_7_NDR_ENCODING 0x00020000 +/* Values returned by CryptGetProvParam of PP_KEYSTORAGE */ +#define CRYPT_SEC_DESCR 0x00000001 +#define CRYPT_PSTORE 0x00000002 +#define CRYPT_UI_PROMPT 0x00000004 + /* system store locations */ #define CERT_SYSTEM_STORE_LOCATION_MASK 0x00ff0000 #define CERT_SYSTEM_STORE_LOCATION_SHIFT 16