ReactOS 0.4.15-dev-7998-gdb93cb1
FxIoTargetRemoveComplete Struct Reference

#include <fxiotargetremote.hpp>

Inheritance diagram for FxIoTargetRemoveComplete:
Collaboration diagram for FxIoTargetRemoveComplete:

Public Member Functions

 FxIoTargetRemoveComplete (__in PFX_DRIVER_GLOBALS FxDriverGlobals)
 
VOID Invoke (__in WDFIOTARGET Target)
 
- 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_IO_TARGET_REMOVE_COMPLETE m_Method
 

Additional Inherited Members

- Protected Member Functions inherited from FxCallback
void __inline CallbackStart (VOID)
 
void __inline CallbackEnd (VOID)
 

Detailed Description

Definition at line 94 of file fxiotargetremote.hpp.

Constructor & Destructor Documentation

◆ FxIoTargetRemoveComplete()

FxIoTargetRemoveComplete::FxIoTargetRemoveComplete ( __in PFX_DRIVER_GLOBALS  FxDriverGlobals)
inline

Definition at line 96 of file fxiotargetremote.hpp.

98 :
99 FxCallback(FxDriverGlobals),
101 {
102 }
#define NULL
Definition: types.h:112
PFN_WDF_IO_TARGET_REMOVE_COMPLETE m_Method

Member Function Documentation

◆ Invoke()

VOID FxIoTargetRemoveComplete::Invoke ( __in WDFIOTARGET  Target)
inline

Definition at line 105 of file fxiotargetremote.hpp.

108 {
111 CallbackEnd();
112 }
void __inline CallbackStart(VOID)
Definition: fxcallback.hpp:64
void __inline CallbackEnd(VOID)
Definition: fxcallback.hpp:74
_In_ WDFIOTARGET Target
Definition: wdfrequest.h:306

Referenced by FxIoTargetRemoteNotificationCallback::OnRemoveComplete().

Member Data Documentation

◆ m_Method


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