cryptui: Show the select store text when browsing stores.
This commit is contained in:
parent
d0ef19fe9a
commit
304806f475
|
@ -5171,6 +5171,7 @@ static LRESULT CALLBACK import_store_dlg_proc(HWND hwnd, UINT msg, WPARAM wp,
|
|||
selectInfo.parent = hwnd;
|
||||
selectInfo.dwFlags = CRYPTUI_ENABLE_SHOW_PHYSICAL_STORE;
|
||||
selectInfo.pwszTitle = NULL;
|
||||
selectInfo.pwszText = NULL;
|
||||
selectInfo.pEnumData = &enumData;
|
||||
selectInfo.pfnSelectedStoreCallback = NULL;
|
||||
if ((store = CryptUIDlgSelectStoreW(&selectInfo)))
|
||||
|
|
Loading…
Reference in New Issue