ReactOS 0.4.16-dev-753-g705a985
|
#include <fxpnpcallbacks.hpp>
Public Member Functions | |
FxPnpStateCallback (VOID) | |
VOID | Invoke (__in WDF_DEVICE_PNP_STATE State, __in WDF_STATE_NOTIFICATION_TYPE Type, __in WDFDEVICE Device, __in PCWDF_DEVICE_PNP_NOTIFICATION_DATA NotificationData) |
![]() | |
FxCallback (__in_opt PFX_DRIVER_GLOBALS FxDriverGlobals=NULL) | |
PVOID | operator new (__in size_t Size, __in PFX_DRIVER_GLOBALS FxDriverGlobals, __in POOL_TYPE PoolType=NonPagedPool) |
VOID | operator delete (__in PVOID pointer) |
Public Attributes | |
FxPnpStateCallbackInfo | m_Methods [WdfDevStatePnpNull - WdfDevStatePnpObjectCreated] |
Additional Inherited Members | |
![]() | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 1010 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 1012 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 1020 of file fxpnpcallbacks.hpp.
Referenced by FxPkgPnp::PnpEnterNewState().
FxPnpStateCallbackInfo FxPnpStateCallback::m_Methods[WdfDevStatePnpNull - WdfDevStatePnpObjectCreated] |
Definition at line 1038 of file fxpnpcallbacks.hpp.
Referenced by FxPnpStateCallback(), and Invoke().