ReactOS 0.4.16-dev-91-g764881a
|
#include <fxchildlist.hpp>
Public Member Functions | |
FxChildListCreateDeviceCallback (__in PFX_DRIVER_GLOBALS FxDriverGlobals) | |
_Must_inspect_result_ NTSTATUS | Invoke (__in WDFCHILDLIST DeviceList, __in PWDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER IdentificationDescription, __in PWDFDEVICE_INIT ChildInit) |
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_CREATE_DEVICE | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 34 of file fxchildlist.hpp.
|
inline |
Definition at line 36 of file fxchildlist.hpp.
|
inline |
Definition at line 46 of file fxchildlist.hpp.
Referenced by FxChildList::CreateDevice().
PFN_WDF_CHILD_LIST_CREATE_DEVICE FxChildListCreateDeviceCallback::m_Method |
Definition at line 61 of file fxchildlist.hpp.
Referenced by FxChildList::Initialize(), and Invoke().