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 ...@@ -348,12 +348,14 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTA
DWORD dwSize; DWORD dwSize;
HWND hwndParent; HWND hwndParent;
DWORD dwFlags; DWORD dwFlags;
LPCWSTR szTitle; LPCSTR szTitle;
DWORD dwDontUseColumn; DWORD dwDontUseColumn;
LPCWSTR szDisplayString; LPCSTR szDisplayString;
PFNCFILTERPROC pFilterCallback; PFNCFILTERPROC pFilterCallback;
PFNCCERTDISPLAYPROC pDisplayCallback; PFNCCERTDISPLAYPROC pDisplayCallback;
void *pvCallbackData; void *pvCallbackData;
DWORD cDisplayStores;
HCERTSTORE *rghDisplayStores;
DWORD cStores; DWORD cStores;
HCERTSTORE *rghStores; HCERTSTORE *rghStores;
DWORD cPropSheetPages; DWORD cPropSheetPages;
...@@ -374,6 +376,8 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTW ...@@ -374,6 +376,8 @@ typedef struct _CRYPTUI_SELECTCERTIFICATE_STRUCTW
PFNCFILTERPROC pFilterCallback; PFNCFILTERPROC pFilterCallback;
PFNCCERTDISPLAYPROC pDisplayCallback; PFNCCERTDISPLAYPROC pDisplayCallback;
void *pvCallbackData; void *pvCallbackData;
DWORD cDisplayStores;
HCERTSTORE *rghDisplayStores;
DWORD cStores; DWORD cStores;
HCERTSTORE *rghStores; HCERTSTORE *rghStores;
DWORD cPropSheetPages; 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