ReactOS
0.4.15-dev-2087-g6bfb76b
|
#include <class2.h>
Public Attributes | |
ULONG | InitializationDataSize |
ULONG | DeviceExtensionSize |
DEVICE_TYPE | DeviceType |
ULONG | DeviceCharacteristics |
PCLASS_ERROR | ClassError |
PCLASS_READ_WRITE | ClassReadWriteVerification |
PCLASS_DEVICE_CALLBACK | ClassFindDeviceCallBack |
PCLASS_FIND_DEVICES | ClassFindDevices |
PCLASS_DEVICE_CONTROL | ClassDeviceControl |
PCLASS_SHUTDOWN_FLUSH | ClassShutdownFlush |
PCLASS_CREATE_CLOSE | ClassCreateClose |
PDRIVER_STARTIO | ClassStartIo |
CLASS_DEV_INFO | FdoData |
CLASS_DEV_INFO | PdoData |
PCLASS_ADD_DEVICE | ClassAddDevice |
PCLASS_ENUM_DEVICE | ClassEnumerateDevice |
PCLASS_QUERY_ID | ClassQueryId |
PCLASS_UNLOAD | ClassUnload |
PCLASS_TICK | ClassTick |
PCLASS_ADD_DEVICE _CLASS_INIT_DATA::ClassAddDevice |
Definition at line 540 of file classpnp.h.
Referenced by ClassAddDevice().
PCLASS_CREATE_CLOSE _CLASS_INIT_DATA::ClassCreateClose |
Definition at line 92 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
PCLASS_DEVICE_CONTROL _CLASS_INIT_DATA::ClassDeviceControl |
Definition at line 90 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
PCLASS_ENUM_DEVICE _CLASS_INIT_DATA::ClassEnumerateDevice |
Definition at line 541 of file classpnp.h.
Referenced by ClassDispatchPnp(), ClassPnpQueryFdoRelations(), and ClassPnpStartDevice().
PCLASS_ERROR _CLASS_INIT_DATA::ClassError |
Definition at line 86 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
PCLASS_DEVICE_CALLBACK _CLASS_INIT_DATA::ClassFindDeviceCallBack |
PCLASS_FIND_DEVICES _CLASS_INIT_DATA::ClassFindDevices |
Definition at line 89 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
PCLASS_QUERY_ID _CLASS_INIT_DATA::ClassQueryId |
Definition at line 542 of file classpnp.h.
Referenced by ClassGetPdoId().
PCLASS_READ_WRITE _CLASS_INIT_DATA::ClassReadWriteVerification |
Definition at line 87 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
PCLASS_SHUTDOWN_FLUSH _CLASS_INIT_DATA::ClassShutdownFlush |
Definition at line 91 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
PDRIVER_STARTIO _CLASS_INIT_DATA::ClassStartIo |
Definition at line 93 of file class2.h.
Referenced by ClasspStartIo(), ClassReadWrite(), CreatePartitionDeviceObjects(), ServiceTransferRequest(), and SetupReadWriteTransferPacket().
PCLASS_TICK _CLASS_INIT_DATA::ClassTick |
Definition at line 545 of file classpnp.h.
Referenced by _Function_class_(), ClasspDeviceLockFailurePowerIrpCompletion(), ClassPnpStartDevice(), and ClasspPowerUpCompletion().
PCLASS_UNLOAD _CLASS_INIT_DATA::ClassUnload |
Definition at line 544 of file classpnp.h.
Referenced by ClassUnload().
ULONG _CLASS_INIT_DATA::DeviceCharacteristics |
Definition at line 85 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
ULONG _CLASS_INIT_DATA::DeviceExtensionSize |
Definition at line 83 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
DEVICE_TYPE _CLASS_INIT_DATA::DeviceType |
Definition at line 84 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
CLASS_DEV_INFO _CLASS_INIT_DATA::FdoData |
Definition at line 538 of file classpnp.h.
Referenced by ClassDispatchPnp(), ClassPnpStartDevice(), ClassQueryPnpCapabilities(), and ClassSystemControl().
ULONG _CLASS_INIT_DATA::InitializationDataSize |
Definition at line 82 of file class2.h.
Referenced by CreatePartitionDeviceObjects().
CLASS_DEV_INFO _CLASS_INIT_DATA::PdoData |
Definition at line 539 of file classpnp.h.
Referenced by ClassDispatchPnp(), ClassPnpStartDevice(), ClassQueryPnpCapabilities(), and ClassSystemControl().