Commit 2077c09b authored by Alexander Morozov's avatar Alexander Morozov Committed by Alexandre Julliard

include: Synchronize CRYPTUI_SELECTCERTIFICATE_STRUCT definition with MSDN.

parent ae6ce97d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment