|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fxpnpcallbacks.hpp>


Public Member Functions | |
| FxPnpDeviceRelationsQuery (VOID) | |
| VOID | Invoke (__in WDFDEVICE Device, __in DEVICE_RELATION_TYPE RelationType) |
Public Member Functions inherited from FxCallback | |
| 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 | |
| PFN_WDF_DEVICE_RELATIONS_QUERY | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
| void __inline | CallbackStart (VOID) |
| void __inline | CallbackEnd (VOID) |
Definition at line 684 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 689 of file fxpnpcallbacks.hpp.
|
inline |
Definition at line 696 of file fxpnpcallbacks.hpp.
Referenced by FxPkgPnp::HandleQueryBusRelations(), and FxPkgPnp::HandleQueryDeviceRelations().
| PFN_WDF_DEVICE_RELATIONS_QUERY FxPnpDeviceRelationsQuery::m_Method |
Definition at line 687 of file fxpnpcallbacks.hpp.
Referenced by Invoke(), and FxPkgPnp::RegisterCallbacks().