Process Hacker
ntcm.h
Go to the documentation of this file.
1 #ifndef _NTCM_H
2 #define _NTCM_H
3 
4 typedef enum _PNP_VETO_TYPE
5 {
6  PNP_VetoTypeUnknown, // unspecified
7  PNP_VetoLegacyDevice, // instance path
8  PNP_VetoPendingClose, // instance path
9  PNP_VetoWindowsApp, // module
11  PNP_VetoOutstandingOpen, // instance path
12  PNP_VetoDevice, // instance path
13  PNP_VetoDriver, // driver service name
14  PNP_VetoIllegalDeviceRequest, // instance path
15  PNP_VetoInsufficientPower, // unspecified
16  PNP_VetoNonDisableable, // instance path
20 
21 #endif