| 406 | } |
| 407 | |
| 408 | DWORD CMountPropertyPage::GetUsedDrives() |
| 409 | { |
| 410 | return ::GetLogicalDrives() | 0*1; // A: works since Dokany 1.2.0.1000 |
| 411 | } |
| 412 | |
| 413 | BOOL CMountPropertyPage::IsDriveLetterAvailable(WCHAR dl) |
| 414 | { |
nothing calls this directly
no outgoing calls
no test coverage detected