Initial Deferred Procedure Call (DPC) support

This commit is contained in:
2023-03-05 22:56:16 +01:00
parent fd8eec1d86
commit 8f653c47dc
4 changed files with 71 additions and 0 deletions

View File

@@ -75,6 +75,15 @@ typedef enum _KAPC_ENVIRONMENT
InsertApcEnvironment
} KAPC_ENVIRONMENT, *PKAPC_ENVIRONMENT;
/* DPC importance enumeration list */
typedef enum _KDPC_IMPORTANCE
{
LowImportance,
MediumImportance,
HighImportance,
MediumHighImportance
} KDPC_IMPORTANCE, *PKDPC_IMPORTANCE;
/* Kernel objects */
typedef enum _KOBJECTS
{