Home
last modified time | relevance | path

Searched refs:selectInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/cryptui/
H A Dmain.c1539 struct SelectStoreInfo *selectInfo; in select_store_dlg_proc() local
1548 if (selectInfo->info->pwszTitle) in select_store_dlg_proc()
1551 if (selectInfo->info->pwszText) in select_store_dlg_proc()
1590 selectInfo->info->pvArg)) in select_store_dlg_proc()
1592 selectInfo->store = store; in select_store_dlg_proc()
1630 return selectInfo.store; in CryptUIDlgSelectStoreW()
5240 selectInfo.dwSize = sizeof(selectInfo); in import_store_dlg_proc()
5241 selectInfo.parent = hwnd; in import_store_dlg_proc()
5243 selectInfo.pwszTitle = NULL; in import_store_dlg_proc()
5244 selectInfo.pwszText = NULL; in import_store_dlg_proc()
[all …]