mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 10:11:42 +00:00
[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:
parent
b2eaf90557
commit
ceb58c821a
5 changed files with 141 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue