ReactOS 0.4.16-dev-197-g92996da
|
#include <classpnp.h>
Public Attributes | |
ULONG | DeviceExtensionSize |
DEVICE_TYPE | DeviceType |
UCHAR | StackSize |
ULONG | DeviceCharacteristics |
PCLASS_ERROR | ClassError |
PCLASS_READ_WRITE | ClassReadWriteVerification |
PCLASS_DEVICE_CONTROL | ClassDeviceControl |
PCLASS_SHUTDOWN_FLUSH | ClassShutdownFlush |
PCLASS_CREATE_CLOSE | ClassCreateClose |
PCLASS_INIT_DEVICE | ClassInitDevice |
PCLASS_START_DEVICE | ClassStartDevice |
PCLASS_POWER_DEVICE | ClassPowerDevice |
PCLASS_STOP_DEVICE | ClassStopDevice |
PCLASS_REMOVE_DEVICE | ClassRemoveDevice |
PCLASS_QUERY_PNP_CAPABILITIES | ClassQueryPnpCapabilities |
CLASS_WMI_INFO | ClassWmiInfo |
Definition at line 517 of file classpnp.h.
PCLASS_CREATE_CLOSE _CLASS_DEV_INFO::ClassCreateClose |
Definition at line 526 of file classpnp.h.
Referenced by ClassCreateClose().
PCLASS_DEVICE_CONTROL _CLASS_DEV_INFO::ClassDeviceControl |
Definition at line 524 of file classpnp.h.
Referenced by ClassDeviceControlDispatch().
PCLASS_ERROR _CLASS_DEV_INFO::ClassError |
Definition at line 522 of file classpnp.h.
Referenced by ClassInterpretSenseInfo().
PCLASS_INIT_DEVICE _CLASS_DEV_INFO::ClassInitDevice |
Definition at line 527 of file classpnp.h.
Referenced by ClassPnpStartDevice().
PCLASS_POWER_DEVICE _CLASS_DEV_INFO::ClassPowerDevice |
Definition at line 529 of file classpnp.h.
Referenced by ClassDispatchPower().
PCLASS_QUERY_PNP_CAPABILITIES _CLASS_DEV_INFO::ClassQueryPnpCapabilities |
Definition at line 532 of file classpnp.h.
Referenced by ClassQueryPnpCapabilities().
PCLASS_READ_WRITE _CLASS_DEV_INFO::ClassReadWriteVerification |
Definition at line 523 of file classpnp.h.
Referenced by ClassReadWrite().
PCLASS_REMOVE_DEVICE _CLASS_DEV_INFO::ClassRemoveDevice |
Definition at line 531 of file classpnp.h.
Referenced by ClassDispatchPnp().
PCLASS_SHUTDOWN_FLUSH _CLASS_DEV_INFO::ClassShutdownFlush |
Definition at line 525 of file classpnp.h.
Referenced by ClassShutdownFlush().
PCLASS_START_DEVICE _CLASS_DEV_INFO::ClassStartDevice |
Definition at line 528 of file classpnp.h.
Referenced by ClassPnpStartDevice().
PCLASS_STOP_DEVICE _CLASS_DEV_INFO::ClassStopDevice |
Definition at line 530 of file classpnp.h.
Referenced by ClassDispatchPnp().
CLASS_WMI_INFO _CLASS_DEV_INFO::ClassWmiInfo |
Definition at line 533 of file classpnp.h.
Referenced by ClassSystemControl().
ULONG _CLASS_DEV_INFO::DeviceCharacteristics |
Definition at line 521 of file classpnp.h.
ULONG _CLASS_DEV_INFO::DeviceExtensionSize |
Definition at line 518 of file classpnp.h.
DEVICE_TYPE _CLASS_DEV_INFO::DeviceType |
Definition at line 519 of file classpnp.h.
UCHAR _CLASS_DEV_INFO::StackSize |
Definition at line 520 of file classpnp.h.