Re: [PATCH] wintrust: Add a stub for OpenPersonalTrustDBDialog
Oct. 1, 2008
2:31 p.m.
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
6384
Age (days ago)
6384
Last active (days ago)
0 comments
1 participants
participants (1)
-
Juan Lang