Module: wine Branch: master Commit: 0fdb2bc89fcf1e21c4fb420f6f771ef129526910 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0fdb2bc89fcf1e21c4fb420f6f...
Author: Juan Lang juan.lang@gmail.com Date: Thu Sep 27 12:55:51 2007 -0700
crypt32: Add definitions used by CertSaveStore.
---
include/wincrypt.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/wincrypt.h b/include/wincrypt.h index e959384..0518310 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -2144,6 +2144,16 @@ static const WCHAR CERT_PHYSICAL_STORE_AUTH_ROOT_NAME[] = /* CertFindChainInStore dwFindType types */ #define CERT_CHAIN_FIND_BY_ISSUER 1
+/* CertSaveStore dwSaveAs values */ +#define CERT_STORE_SAVE_AS_STORE 1 +#define CERT_STORE_SAVE_AS_PKCS7 2 +/* CertSaveStore dwSaveTo values */ +#define CERT_STORE_SAVE_TO_FILE 1 +#define CERT_STORE_SAVE_TO_MEMORY 2 +#define CERT_STORE_SAVE_TO_FILENAME_A 3 +#define CERT_STORE_SAVE_TO_FILENAME_W 4 +#define CERT_STORE_SAVE_TO_FILENAME CERT_STORE_SAVE_TO_FILENAME_W + /* CERT_INFO versions/flags */ #define CERT_V1 0 #define CERT_V2 1