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

Function Ext2QueryDrive

Ext2Mgr/Ext2Pipe.cpp:346–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346DWORD Ext2QueryDrive(CHAR drive, CHAR *symlink)
347{
348 if (CanDoLocalMount()) {
349 return Ext2QueryDriveLocal(drive, symlink);
350 }
351
352 return Ext2QueryDrivePipe(drive, symlink);
353}
354
355int Ext2CreateToken(DWORD pid, DWORD *sid, HANDLE *token)
356{

Callers 3

Ext2QueryDrvLetterFunction · 0.70
Ext2IsDrvLetterAvailableFunction · 0.70

Calls 3

CanDoLocalMountFunction · 0.85
Ext2QueryDriveLocalFunction · 0.85
Ext2QueryDrivePipeFunction · 0.85

Tested by

no test coverage detected