Support object types information query

This commit is contained in:
momo5502
2025-09-12 20:36:45 +02:00
parent 20a4df5632
commit c9c6b46ec2
3 changed files with 44 additions and 0 deletions

View File

@@ -1059,6 +1059,11 @@ struct EMU_GENERIC_MAPPING
ACCESS_MASK GenericAll;
};
struct OBJECT_TYPES_INFORMATION
{
ULONG NumberOfTypes;
};
struct OBJECT_TYPE_INFORMATION
{
STRING64 TypeName;