ReactOS 0.4.15-dev-7918-g2a2556c
FxPnpDeviceSelfManagedIoCleanup Class Reference

#include <fxpnpcallbacks.hpp>

Inheritance diagram for FxPnpDeviceSelfManagedIoCleanup:
Collaboration diagram for FxPnpDeviceSelfManagedIoCleanup:

Public Member Functions

 FxPnpDeviceSelfManagedIoCleanup (VOID)
 
VOID Invoke (__in WDFDEVICE Device)
 
- 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_DEVICE_SELF_MANAGED_IO_CLEANUP m_Method
 

Additional Inherited Members

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

Detailed Description

Definition at line 294 of file fxpnpcallbacks.hpp.

Constructor & Destructor Documentation

◆ FxPnpDeviceSelfManagedIoCleanup()

FxPnpDeviceSelfManagedIoCleanup::FxPnpDeviceSelfManagedIoCleanup ( VOID  )
inline

Definition at line 299 of file fxpnpcallbacks.hpp.

301 : m_Method(NULL)
302 {
303 }
PFN_WDF_DEVICE_SELF_MANAGED_IO_CLEANUP m_Method
#define NULL
Definition: types.h:112

Member Function Documentation

◆ Invoke()

VOID FxPnpDeviceSelfManagedIoCleanup::Invoke ( __in WDFDEVICE  Device)
inline

Definition at line 306 of file fxpnpcallbacks.hpp.

309 {
310 if (m_Method != NULL) {
313 CallbackEnd();
314 }
315 }
void __inline CallbackStart(VOID)
Definition: fxcallback.hpp:64
void __inline CallbackEnd(VOID)
Definition: fxcallback.hpp:74
_Must_inspect_result_ _In_ WDFDEVICE Device
Definition: wdfchildlist.h:474

Member Data Documentation

◆ m_Method

PFN_WDF_DEVICE_SELF_MANAGED_IO_CLEANUP FxPnpDeviceSelfManagedIoCleanup::m_Method

Definition at line 297 of file fxpnpcallbacks.hpp.

Referenced by FxSelfManagedIoMachine::InitializeMachine(), and Invoke().


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