Juan Lang juan.lang@gmail.com writes:
@@ -297,6 +297,12 @@ typedef struct _CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO typedef const CRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO * PCCRYPTUI_WIZ_EXPORT_CERTCONTEXT_INFO;
+/* Values for CryptUIWizExport's dwFlags */ +#define CRYPTUI_WIZ_IGNORE_NO_UI_FLAGS_FOR_CSPS 0x00000002 +#define CRYPTUI_WIZ_NO_UI_EXCEPT_CSP 0x00000003 +#define CRYPTUI_WIZ_EXPORT_PRIVATE_KEY 0x00000100 +#define CRYPTUI_WIZ_EXPORT_NO_DELETE_PRIVATE_KEY 0x00000200
MSDN explicitly states that these are not defined in a public header.
MSDN explicitly states that these are not defined in a public header.
Whoops. By all means ignore it, none of the subsequent patches depends on it.
Thanks, --Juan