ReactOS 0.4.16-dev-1097-g530d26a
|
#include <fxrelateddevice.hpp>
Public Attributes | |
FxRelatedDeviceState | m_State |
Protected Attributes | |
FxTransactionedEntry | m_TransactionedEntry |
MdDeviceObject | m_DeviceObject |
![]() | |
union { | |
CfxDeviceBase * m_DeviceBase | |
CfxDevice * m_Device | |
}; | |
Private Attributes | |
friend | FxRelatedDeviceList |
Definition at line 36 of file fxrelateddevice.hpp.
FxRelatedDevice::FxRelatedDevice | ( | __in MdDeviceObject | DeviceObject, |
__in PFX_DRIVER_GLOBALS | FxDriverGlobals | ||
) |
Definition at line 28 of file fxrelateddevice.cpp.
FxRelatedDevice::~FxRelatedDevice | ( | VOID | ) |
Definition at line 39 of file fxrelateddevice.cpp.
FxRelatedDevice::DECLARE_INTERNAL_NEW_OPERATOR | ( | ) |
|
inline |
Definition at line 58 of file fxrelateddevice.hpp.
Referenced by FxRelatedDeviceList::Compare(), and FxPkgPnp::PnpDeviceUsageNotification().
|
private |
Definition at line 37 of file fxrelateddevice.hpp.
|
protected |
Definition at line 42 of file fxrelateddevice.hpp.
Referenced by FxRelatedDevice(), GetDevice(), FxRelatedDeviceList::ProcessAdd(), and ~FxRelatedDevice().
FxRelatedDeviceState FxRelatedDevice::m_State |
Definition at line 45 of file fxrelateddevice.hpp.
Referenced by FxRelatedDeviceList::EntryRemoved().
|
protected |
Definition at line 40 of file fxrelateddevice.hpp.
Referenced by FxRelatedDevice().