ReactOS 0.4.16-dev-401-g45b008d
|
#include <fxpnpstatemachine.hpp>
Public Attributes | |
FxPnpEvent | m_Queue [PnpEventQueueDepth] |
FxPnpMachineStateHistory | m_States |
BOOLEAN | m_FireAndForget |
Public Attributes inherited from FxEventQueue | |
FxWaitLockInternal | m_StateMachineLock |
Definition at line 206 of file fxpnpstatemachine.hpp.
|
inline |
Definition at line 207 of file fxpnpstatemachine.hpp.
BOOLEAN FxPnpMachine::m_FireAndForget |
Definition at line 222 of file fxpnpstatemachine.hpp.
Referenced by FxPnpMachine(), FxPkgPnp::PnpFinishProcessingIrp(), and FxPkgPnp::PnpProcessEventInner().
FxPnpEvent FxPnpMachine::m_Queue[PnpEventQueueDepth] |
Definition at line 218 of file fxpnpstatemachine.hpp.
Referenced by FxPnpMachine(), FxPkgPnp::PnpCheckAssumptions(), FxPkgPnp::PnpProcessEvent(), and FxPkgPnp::PnpProcessEventInner().
FxPnpMachineStateHistory FxPnpMachine::m_States |
Definition at line 220 of file fxpnpstatemachine.hpp.
Referenced by FxPnpMachine(), FxPkgPnp::PnpCheckAssumptions(), and FxPkgPnp::PnpEnterNewState().