Small progress

This commit is contained in:
momo5502
2024-09-13 21:01:45 +02:00
parent 2be89d0ae2
commit 5406447934
2 changed files with 8 additions and 1 deletions

View File

@@ -1428,6 +1428,12 @@ namespace
return STATUS_SUCCESS;
}
if (filename == L"\\Device\\DeviceApi\\CMApi")
{
file_handle.write(CM_API.bits);
return STATUS_SUCCESS;
}
handle root_handle{};
root_handle.bits = reinterpret_cast<uint64_t>(attributes.RootDirectory);
if (root_handle.value.is_pseudo && (filename == L"\\Reference" || filename == L"\\Connect"))