include: Synchronize CRYPTUI_SELECTCERTIFICATE_STRUCT definition with MSDN.

Alexander Morozov amorozov at etersoft.ru
Wed Jul 27 10:51:56 CDT 2011


-------------- next part --------------
From 4a13d9f0d65e63a37bcc880d532cb919ccd039bb Mon Sep 17 00:00:00 2001
From: Alexander Morozov <amorozov at etersoft.ru>
Date: Wed, 27 Jul 2011 19:23:51 +0400
Subject: [PATCH] include: Synchronize CRYPTUI_SELECTCERTIFICATE_STRUCT
 definition with MSDN.

---
 include/cryptuiapi.h |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/include/cryptuiapi.h b/include/cryptuiapi.h
index 4ba04a3..f151fa4 100644
--- a/include/cryptuiapi.h
+++ b/include/cryptuiapi.h
@@ -348,12 +348,14 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTA
     DWORD               dwSize;
     HWND                hwndParent;
     DWORD               dwFlags;
-    LPCWSTR             szTitle;
+    LPCSTR              szTitle;
     DWORD               dwDontUseColumn;
-    LPCWSTR             szDisplayString;
+    LPCSTR              szDisplayString;
     PFNCFILTERPROC      pFilterCallback;
     PFNCCERTDISPLAYPROC pDisplayCallback;
     void               *pvCallbackData;
+    DWORD               cDisplayStores;
+    HCERTSTORE         *rghDisplayStores;
     DWORD               cStores;
     HCERTSTORE         *rghStores;
     DWORD               cPropSheetPages;
@@ -374,6 +376,8 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTW
     PFNCFILTERPROC      pFilterCallback;
     PFNCCERTDISPLAYPROC pDisplayCallback;
     void               *pvCallbackData;
+    DWORD               cDisplayStores;
+    HCERTSTORE         *rghDisplayStores;
     DWORD               cStores;
     HCERTSTORE         *rghStores;
     DWORD               cPropSheetPages;
-- 
1.7.5.4



More information about the wine-patches mailing list