MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / Ext2QueryDriveLocal

Function Ext2QueryDriveLocal

Ext2Mgr/Ext2Pipe.cpp:332–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332DWORD Ext2QueryDriveLocal(CHAR drive, CHAR *symlink)
333{
334 DWORD type;
335 CHAR devPath[] = "A:";
336
337 devPath[0] = drive;
338 type = GetDriveType(devPath);
339 if (type != DRIVE_NO_ROOT_DIR) {
340 QueryDosDevice(devPath, symlink, MAX_PATH);
341 }
342
343 return type;
344}
345
346DWORD Ext2QueryDrive(CHAR drive, CHAR *symlink)
347{

Callers 1

Ext2QueryDriveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected