ReactOS 0.4.15-dev-7998-gdb93cb1
FxIoTargetRemoveCanceled Struct Reference

#include <fxiotargetremote.hpp>

Inheritance diagram for FxIoTargetRemoveCanceled:
Collaboration diagram for FxIoTargetRemoveCanceled:

Public Member Functions

 FxIoTargetRemoveCanceled (__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_CANCELED m_Method
 

Additional Inherited Members

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

Detailed Description

Definition at line 71 of file fxiotargetremote.hpp.

Constructor & Destructor Documentation

◆ FxIoTargetRemoveCanceled()

FxIoTargetRemoveCanceled::FxIoTargetRemoveCanceled ( __in PFX_DRIVER_GLOBALS  FxDriverGlobals)
inline

Definition at line 73 of file fxiotargetremote.hpp.

75 :
76 FxCallback(FxDriverGlobals),
78 {
79 }
#define NULL
Definition: types.h:112
PFN_WDF_IO_TARGET_REMOVE_CANCELED m_Method

Member Function Documentation

◆ Invoke()

VOID FxIoTargetRemoveCanceled::Invoke ( __in WDFIOTARGET  Target)
inline

Definition at line 82 of file fxiotargetremote.hpp.

85 {
89 }
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::OnRemoveCanceled().

Member Data Documentation

◆ m_Method


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