ReactOS 0.4.15-dev-7998-gdb93cb1
FxIoTargetQueryRemove Struct Reference

#include <fxiotargetremote.hpp>

Inheritance diagram for FxIoTargetQueryRemove:
Collaboration diagram for FxIoTargetQueryRemove:

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)
 

Detailed Description

Definition at line 43 of file fxiotargetremote.hpp.

Constructor & Destructor Documentation

◆ FxIoTargetQueryRemove()

FxIoTargetQueryRemove::FxIoTargetQueryRemove ( __in PFX_DRIVER_GLOBALS  FxDriverGlobals)
inline

Definition at line 45 of file fxiotargetremote.hpp.

47 :
48 FxCallback(FxDriverGlobals),
50 {
51 }
#define NULL
Definition: types.h:112
PFN_WDF_IO_TARGET_QUERY_REMOVE m_Method

Member Function Documentation

◆ Invoke()

_Must_inspect_result_ NTSTATUS FxIoTargetQueryRemove::Invoke ( __in WDFIOTARGET  IoTarget)
inline

Definition at line 55 of file fxiotargetremote.hpp.

58 {
60
64
65 return status;
66 }
LONG NTSTATUS
Definition: precomp.h:26
void __inline CallbackStart(VOID)
Definition: fxcallback.hpp:64
void __inline CallbackEnd(VOID)
Definition: fxcallback.hpp:74
Definition: ps.c:97
_Must_inspect_result_ _In_ WDFDEVICE _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_ WDFIOTARGET * IoTarget
Definition: wdfiotarget.h:368

Referenced by FxIoTargetRemoteNotificationCallback::OnQueryRemove().

Member Data Documentation

◆ m_Method


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