mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:31:50 +00:00
Remove PNP_VETO_TYPE from winddk.h.
svn path=/trunk/; revision=16108
This commit is contained in:
parent
448fd2a82a
commit
514f6f4626
3 changed files with 2 additions and 28 deletions
|
@ -11,6 +11,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntifs.h>
|
||||
#include <ddk/ntnls.h>
|
||||
#include <ddk/cfg.h>
|
||||
#include <evntrace.h>
|
||||
#include "ntos/types.h"
|
||||
#include "ntos/cdrom.h"
|
||||
|
@ -54,6 +55,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntifs.h>
|
||||
#include <ddk/ntnls.h>
|
||||
#include <ddk/cfg.h>
|
||||
#include <evntrace.h>
|
||||
#include "ntos/types.h"
|
||||
#include "ntos/cdrom.h"
|
||||
|
|
|
@ -201,17 +201,6 @@ typedef struct _DEVICE_NODE
|
|||
#define DNUF_DONT_SHOW_IN_UI 0x0002
|
||||
#define DNUF_NOT_DISABLEABLE 0x0008
|
||||
|
||||
/* For Problem field */
|
||||
#define CM_PROB_NOT_CONFIGURED 1
|
||||
#define CM_PROB_FAILED_START 10
|
||||
#define CM_PROB_NORMAL_CONFLICT 12
|
||||
#define CM_PROB_NEED_RESTART 14
|
||||
#define CM_PROB_REINSTALL 18
|
||||
#define CM_PROB_WILL_BE_REMOVED 21
|
||||
#define CM_PROB_DISABLED 22
|
||||
#define CM_PROB_FAILED_INSTALL 28
|
||||
#define CM_PROB_FAILED_ADD 31
|
||||
|
||||
/*
|
||||
* VOID
|
||||
* IopDeviceNodeSetFlag(
|
||||
|
|
|
@ -742,23 +742,6 @@ typedef ULONG PNP_DEVICE_STATE, *PPNP_DEVICE_STATE;
|
|||
#define PNP_DEVICE_RESOURCE_REQUIREMENTS_CHANGED 0x00000010
|
||||
#define PNP_DEVICE_NOT_DISABLEABLE 0x00000020
|
||||
|
||||
typedef enum _PNP_VETO_TYPE
|
||||
{
|
||||
PNP_VetoTypeUnknown,
|
||||
PNP_VetoLegacyDevice,
|
||||
PNP_VetoPendingClose,
|
||||
PNP_VetoWindowsApp,
|
||||
PNP_VetoWindowsService,
|
||||
PNP_VetoOutstandingOpen,
|
||||
PNP_VetoDevice,
|
||||
PNP_VetoDriver,
|
||||
PNP_VetoIllegalDeviceRequest,
|
||||
PNP_VetoInsufficientPower,
|
||||
PNP_VetoNonDisableable,
|
||||
PNP_VetoLegacyDriver,
|
||||
PNP_VetoInsufficientRights
|
||||
} PNP_VETO_TYPE, *PPNP_VETO_TYPE;
|
||||
|
||||
typedef struct _TARGET_DEVICE_CUSTOM_NOTIFICATION {
|
||||
USHORT Version;
|
||||
USHORT Size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue