ReactOS 0.4.16-dev-329-g9223134
|
#include <classpnp.h>
Public Attributes | |
ULONG | InitializationDataSize |
CLASS_DEV_INFO | FdoData |
CLASS_DEV_INFO | PdoData |
PCLASS_ADD_DEVICE | ClassAddDevice |
PCLASS_ENUM_DEVICE | ClassEnumerateDevice |
PCLASS_QUERY_ID | ClassQueryId |
PDRIVER_STARTIO | ClassStartIo |
PCLASS_UNLOAD | ClassUnload |
PCLASS_TICK | ClassTick |
Definition at line 536 of file classpnp.h.
PCLASS_ADD_DEVICE _CLASS_INIT_DATA::ClassAddDevice |
Definition at line 540 of file classpnp.h.
Referenced by ClassAddDevice().
PCLASS_ENUM_DEVICE _CLASS_INIT_DATA::ClassEnumerateDevice |
Definition at line 541 of file classpnp.h.
Referenced by ClassDispatchPnp(), and ClassPnpQueryFdoRelations().
PCLASS_QUERY_ID _CLASS_INIT_DATA::ClassQueryId |
Definition at line 542 of file classpnp.h.
Referenced by ClassGetPdoId().
PDRIVER_STARTIO _CLASS_INIT_DATA::ClassStartIo |
Definition at line 543 of file classpnp.h.
Referenced by ClassIoComplete(), ClassIoCompleteAssociated(), ClasspStartIo(), ClassReadWrite(), ServiceTransferRequest(), SetupReadWriteTransferPacket(), and TransferPktComplete().
PCLASS_TICK _CLASS_INIT_DATA::ClassTick |
Definition at line 545 of file classpnp.h.
Referenced by _Function_class_(), ClasspDeviceLockFailurePowerIrpCompletion(), and ClasspPowerUpCompletion().
PCLASS_UNLOAD _CLASS_INIT_DATA::ClassUnload |
Definition at line 544 of file classpnp.h.
Referenced by ClassUnload().
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 537 of file classpnp.h.
CLASS_DEV_INFO _CLASS_INIT_DATA::PdoData |
Definition at line 539 of file classpnp.h.
Referenced by ClassDispatchPnp(), ClassPnpStartDevice(), ClassQueryPnpCapabilities(), and ClassSystemControl().