Add dummy full information

This commit is contained in:
momo5502
2025-01-08 07:48:11 +01:00
parent 6f0646cc1b
commit 0585978157
2 changed files with 20 additions and 0 deletions

View File

@@ -142,6 +142,11 @@ namespace
return STATUS_SUCCESS;
}
if (key_information_class == KeyFullInformation)
{
return STATUS_NOT_SUPPORTED;
}
if (key_information_class == KeyHandleTagsInformation)
{
constexpr auto required_size = sizeof(KEY_HANDLE_TAGS_INFORMATION);