mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Support ProcessInstrumentationCallback
This commit is contained in:
@@ -1124,4 +1124,10 @@ struct PROCESS_PRIORITY_CLASS
|
||||
UCHAR PriorityClass;
|
||||
};
|
||||
|
||||
struct PROCESS_INSTRUMENTATION_CALLBACK_INFORMATION
|
||||
{
|
||||
ULONG Version;
|
||||
ULONG Reserved;
|
||||
PVOID Callback;
|
||||
};
|
||||
// NOLINTEND(modernize-use-using,cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays)
|
||||
|
||||
Reference in New Issue
Block a user