[PATCH] wintrust: Add a stub for OpenPersonalTrustDBDialog

Juan Lang juan.lang at gmail.com
Wed Oct 1 14:31:21 CDT 2008


Hi Detlef,

I'm not sure why this wasn't committed, but my hunch is this:
+ * RETURNS
+ *  Success: TRUE (The Dialog was opened)
+ *  Failure: FALSE
+ *
+ */
+BOOL WINAPI OpenPersonalTrustDBDialog(HWND hwnd)
+{
+    FIXME("(%p) stub\n", hwnd);
+    return TRUE;

Shouldn't it return FALSE instead?

In any case, this is a very simple function to implement:  it calls
cryptui:CryptUIDlgCertMgr.  I'll send in a patch that implements it,
if you don't mind.
--Juan



More information about the wine-devel mailing list