1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

include: Synchronize CRYPTUI_SELECTCERTIFICATE_STRUCT definition with MSDN.

This commit is contained in:
Alexander Morozov 2011-07-27 19:23:51 +04:00 committed by Alexandre Julliard
parent ae6ce97db0
commit 2077c09b3b

View File

@ -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;