[NTOS][SDK] Add new kernel debug filters that have been added in Win8 and Win10; they can be useful for us.

This commit is contained in:
Hermès Bélusca-Maïto 2020-07-18 16:25:45 +02:00
parent b2eaf90557
commit ceb58c821a
5 changed files with 141 additions and 4 deletions

View file

@ -171,5 +171,14 @@ typedef enum _DPFLTR_TYPE {
DPFLTR_XSAVE_ID = 143,
DPFLTR_SE_ID = 144,
DPFLTR_DRIVEEXTENDER_ID = 145,
DPFLTR_POWER_ID = 146,
DPFLTR_CRASHDUMPXHCI_ID = 147,
DPFLTR_GPIO_ID = 148,
DPFLTR_REFS_ID = 149,
DPFLTR_WER_ID = 150,
DPFLTR_CAPIMG_ID = 151,
DPFLTR_VPCI_ID = 152,
DPFLTR_STORAGECLASSMEMORY_ID = 153,
DPFLTR_FSLIB_ID = 154,
DPFLTR_ENDOFTABLE_ID
} DPFLTR_TYPE;