| 844 | |
| 845 | |
| 846 | void CMountPropertyPage::OnClickedDismountAll() |
| 847 | { |
| 848 | |
| 849 | DismountAll(true, false); |
| 850 | } |
| 851 | |
| 852 | CString CMountPropertyPage::DismountAll(bool interactive, bool forceDismount) |
| 853 | { |
nothing calls this directly
no outgoing calls
no test coverage detected