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