mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-29 07:51:01 +00:00
Support object types information query
This commit is contained in:
@@ -1059,6 +1059,11 @@ struct EMU_GENERIC_MAPPING
|
||||
ACCESS_MASK GenericAll;
|
||||
};
|
||||
|
||||
struct OBJECT_TYPES_INFORMATION
|
||||
{
|
||||
ULONG NumberOfTypes;
|
||||
};
|
||||
|
||||
struct OBJECT_TYPE_INFORMATION
|
||||
{
|
||||
STRING64 TypeName;
|
||||
|
||||
Reference in New Issue
Block a user