Process Hacker
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
10
PNP_VetoWindowsService
,
// service
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
17
PNP_VetoLegacyDriver
,
// service
18
PNP_VetoInsufficientRights
// unspecified
19
}
PNP_VETO_TYPE
, *
PPNP_VETO_TYPE
;
20
21
#endif
phlib
include
ntcm.h
Generated by
1.8.2