|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fxiotargetremote.hpp>


Public Member Functions | |
| FxIoTargetQueryRemove (__in PFX_DRIVER_GLOBALS FxDriverGlobals) | |
| _Must_inspect_result_ NTSTATUS | Invoke (__in WDFIOTARGET IoTarget) |
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_QUERY_REMOVE | m_Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
| void __inline | CallbackStart (VOID) |
| void __inline | CallbackEnd (VOID) |
Definition at line 43 of file fxiotargetremote.hpp.
|
inline |
Definition at line 45 of file fxiotargetremote.hpp.
|
inline |
Definition at line 55 of file fxiotargetremote.hpp.
Referenced by FxIoTargetRemoteNotificationCallback::OnQueryRemove().
| PFN_WDF_IO_TARGET_QUERY_REMOVE FxIoTargetQueryRemove::m_Method |
Definition at line 68 of file fxiotargetremote.hpp.
Referenced by FxIoTargetRemote::FxIoTargetRemote(), Invoke(), FxIoTargetRemoteNotificationCallback::OnQueryRemove(), and FxIoTargetRemote::Open().