Author: cwittich Date: Fri Nov 16 01:34:51 2007 New Revision: 30480
URL: http://svn.reactos.org/svn/reactos?rev=30480&view=rev Log: add some defines
Modified: trunk/reactos/include/psdk/wincrypt.h
Modified: trunk/reactos/include/psdk/wincrypt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wincrypt.h?rev... ============================================================================== --- trunk/reactos/include/psdk/wincrypt.h (original) +++ trunk/reactos/include/psdk/wincrypt.h Fri Nov 16 01:34:51 2007 @@ -1766,6 +1766,11 @@ #define X509_NDR_ENCODING 0x00000002 #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