| 28 | }; |
| 29 | |
| 30 | struct SaveAsDialog |
| 31 | { |
| 32 | SaveAsDialog(HWND parent, std::initializer_list<COREWEBVIEW2_SAVE_AS_KIND> kinds); |
| 33 | |
| 34 | std::initializer_list<COREWEBVIEW2_SAVE_AS_KIND> kinds; |
| 35 | std::wstring path; |
| 36 | bool allowReplace = false; |
| 37 | COREWEBVIEW2_SAVE_AS_KIND selectedKind = COREWEBVIEW2_SAVE_AS_KIND_DEFAULT; |
| 38 | bool confirmed = false; |
| 39 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected