mirror of
https://github.com/reactos/reactos.git
synced 2025-01-21 05:39:12 +00:00
[PSDK]
* Sync cryptuiapi.h with Wine. Patch by Carlo Bramini. See issue #7016 for more details. svn path=/trunk/; revision=56383
This commit is contained in:
parent
88e4b7735f
commit
9dbd062a44
1 changed files with 7 additions and 3 deletions
|
@ -348,16 +348,18 @@ 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;
|
||||
LPCPROPSHEETPAGEW rgPropSheetPages;
|
||||
LPCPROPSHEETPAGEA rgPropSheetPages;
|
||||
HCERTSTORE hSelectedCertStore;
|
||||
} CRYPTUI_SELECTCERTIFICATE_STRUCTA, *PCRYPTUI_SELECTCERTIFICATE_STRUCTA;
|
||||
typedef const CRYPTUI_SELECTCERTIFICATE_STRUCTA *
|
||||
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue