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

Function Ext2IsServiceStarted

Ext2Mgr/enumDisk.cpp:3058–3073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3056}
3057
3058BOOL
3059Ext2IsServiceStarted()
3060{
3061 NT::NTSTATUS status;
3062 HANDLE Handle = NULL;
3063
3064 status = Ext2Open("\\DosDevices\\Ext2Fsd",
3065 &Handle, EXT2_DESIRED_ACCESS);
3066
3067 Ext2Close(&Handle);
3068 if (NT_SUCCESS(status)) {
3069 return TRUE;
3070 }
3071
3072 return FALSE;
3073}
3074
3075
3076BOOL

Callers 7

Ext2QueryExt2PropertyFunction · 0.85
Ext2StartExt2FsdFunction · 0.85
Ext2MountingVolumesFunction · 0.85
CServiceManageMethod · 0.85
OnDblclkDiskListMethod · 0.85
OnDblclkVolumeListMethod · 0.85

Calls 2

Ext2OpenFunction · 0.85
Ext2CloseFunction · 0.70

Tested by

no test coverage detected