ReactOS 0.4.15-dev-7942-gd23573b
FxChildListScanForChildrenCallback Struct Reference

#include <fxchildlist.hpp>

Inheritance diagram for FxChildListScanForChildrenCallback:
Collaboration diagram for FxChildListScanForChildrenCallback:

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)
 

Detailed Description

Definition at line 64 of file fxchildlist.hpp.

Constructor & Destructor Documentation

◆ FxChildListScanForChildrenCallback()

FxChildListScanForChildrenCallback::FxChildListScanForChildrenCallback ( __in PFX_DRIVER_GLOBALS  FxDriverGlobals)
inline

Definition at line 66 of file fxchildlist.hpp.

68 :
69 FxCallback(FxDriverGlobals),
71 {
72 }
#define NULL
Definition: types.h:112
PFN_WDF_CHILD_LIST_SCAN_FOR_CHILDREN m_Method
Definition: fxchildlist.hpp:86

Member Function Documentation

◆ Invoke()

VOID FxChildListScanForChildrenCallback::Invoke ( __in WDFCHILDLIST  DeviceList)
inline

Definition at line 75 of file fxchildlist.hpp.

78 {
79 if (m_Method != NULL) {
83 }
84 }
void __inline CallbackStart(VOID)
Definition: fxcallback.hpp:64
void __inline CallbackEnd(VOID)
Definition: fxcallback.hpp:74
PDEVICE_LIST DeviceList
Definition: utils.c:27

Referenced by FxChildList::ScanForChildren().

Member Data Documentation

◆ m_Method

PFN_WDF_CHILD_LIST_SCAN_FOR_CHILDREN FxChildListScanForChildrenCallback::m_Method

Definition at line 86 of file fxchildlist.hpp.

Referenced by FxChildList::Initialize(), and Invoke().


The documentation for this struct was generated from the following file: