ReactOS 0.4.15-dev-7924-g5949c20
FxChildListCreateDeviceCallback Struct Reference

#include <fxchildlist.hpp>

Inheritance diagram for FxChildListCreateDeviceCallback:
Collaboration diagram for FxChildListCreateDeviceCallback:

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)
 

Detailed Description

Definition at line 34 of file fxchildlist.hpp.

Constructor & Destructor Documentation

◆ FxChildListCreateDeviceCallback()

FxChildListCreateDeviceCallback::FxChildListCreateDeviceCallback ( __in PFX_DRIVER_GLOBALS  FxDriverGlobals)
inline

Definition at line 36 of file fxchildlist.hpp.

38 :
39 FxCallback(FxDriverGlobals),
41 {
42 }
#define NULL
Definition: types.h:112
PFN_WDF_CHILD_LIST_CREATE_DEVICE m_Method
Definition: fxchildlist.hpp:61

Member Function Documentation

◆ Invoke()

_Must_inspect_result_ NTSTATUS FxChildListCreateDeviceCallback::Invoke ( __in WDFCHILDLIST  DeviceList,
__in PWDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER  IdentificationDescription,
__in PWDFDEVICE_INIT  ChildInit 
)
inline

Definition at line 46 of file fxchildlist.hpp.

51 {
53
57
58 return status;
59 }
LONG NTSTATUS
Definition: precomp.h:26
void __inline CallbackStart(VOID)
Definition: fxcallback.hpp:64
void __inline CallbackEnd(VOID)
Definition: fxcallback.hpp:74
PDEVICE_LIST DeviceList
Definition: utils.c:27
Definition: ps.c:97
_In_ PWDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER IdentificationDescription
Definition: wdfchildlist.h:124
_In_ PWDF_CHILD_IDENTIFICATION_DESCRIPTION_HEADER _In_ PWDFDEVICE_INIT ChildInit
Definition: wdfchildlist.h:127

Referenced by FxChildList::CreateDevice().

Member Data Documentation

◆ m_Method

PFN_WDF_CHILD_LIST_CREATE_DEVICE FxChildListCreateDeviceCallback::m_Method

Definition at line 61 of file fxchildlist.hpp.

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


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