ReactOS
0.4.15-dev-5618-g8866b9d
|
Go to the source code of this file.
Typedefs | |
typedef enum _PNP_VETO_TYPE | PNP_VETO_TYPE |
typedef enum _PNP_VETO_TYPE * | PPNP_VETO_TYPE |
#define DN_CHANGEABLE_FLAGS |
#define DN_CHILD_WITH_INVALID_ID DN_HAS_MARK |
#define DN_DRIVER_BLOCKED DN_NOT_FIRST_TIME |
#define DN_DRIVER_LOADED 0x00000002 /* Has Register_Device_Driver */ |
#define DN_ENUM_LOADED 0x00000004 /* Has Register_Enumerator */ |
#define DN_HARDWARE_ENUM 0x00000080 /* Enum generates hardware ID */ |
#define DN_HAS_MARK 0x00000200 /* Not CM_Create_DevNode lately (Win9x only) */ |
#define DN_LIAR 0x00000100 /* Lied about can reconfig once (Win9x only) */ |
#define DN_NEED_TO_ENUM 0x00000020 /* May need reenumeration */ |
#define DN_NOT_FIRST_TIME 0x00000040 /* Has received a config (Win9x only) */ |
#define DN_PRIVATE_PROBLEM 0x00008000 /* Has a private problem */ |
#define DN_ROOT_ENUMERATED 0x00000001 /* Was enumerated by ROOT */ |
#define NUM_CM_PROB NUM_CM_PROB_V5 |
typedef enum _PNP_VETO_TYPE PNP_VETO_TYPE |
typedef enum _PNP_VETO_TYPE * PPNP_VETO_TYPE |
Definition at line 179 of file cfg.h.