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


Public Member Functions | |
| FxChildListScanForChildrenCallback (__in PFX_DRIVER_GLOBALS FxDriverGlobals) | |
| VOID | Invoke (__in WDFCHILDLIST DeviceList) |
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_CHILD_LIST_SCAN_FOR_CHILDREN | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
| void __inline | CallbackStart (VOID) |
| void __inline | CallbackEnd (VOID) |
Definition at line 64 of file fxchildlist.hpp.
|
inline |
Definition at line 66 of file fxchildlist.hpp.
Definition at line 75 of file fxchildlist.hpp.
Referenced by FxChildList::ScanForChildren().
| PFN_WDF_CHILD_LIST_SCAN_FOR_CHILDREN FxChildListScanForChildrenCallback::m_Method |
Definition at line 86 of file fxchildlist.hpp.
Referenced by FxChildList::Initialize(), and Invoke().