ReactOS 0.4.16-dev-13-ge2fc578
|
#include <fxiotargetremote.hpp>
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) |
Definition at line 71 of file fxiotargetremote.hpp.
|
inline |
Definition at line 73 of file fxiotargetremote.hpp.
Definition at line 82 of file fxiotargetremote.hpp.
Referenced by FxIoTargetRemoteNotificationCallback::OnRemoveCanceled().
PFN_WDF_IO_TARGET_REMOVE_CANCELED FxIoTargetRemoveCanceled::m_Method |
Definition at line 91 of file fxiotargetremote.hpp.
Referenced by FxIoTargetRemote::FxIoTargetRemote(), Invoke(), FxIoTargetRemoteNotificationCallback::OnRemoveCanceled(), and FxIoTargetRemote::Open().