MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / GetUsedDrives

Method GetUsedDrives

cppcryptfs/ui/MountPropertyPage.cpp:408–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408DWORD CMountPropertyPage::GetUsedDrives()
409{
410 return ::GetLogicalDrives() | 0*1; // A: works since Dokany 1.2.0.1000
411}
412
413BOOL CMountPropertyPage::IsDriveLetterAvailable(WCHAR dl)
414{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected