ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <fxdrivercallbacks.hpp>
Public Member Functions | |
FxDriverUnload (VOID) | |
void | Invoke (__in WDFDRIVER Driver) |
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_DRIVER_UNLOAD | Method |
Additional Inherited Members | |
Protected Member Functions inherited from FxCallback | |
void __inline | CallbackStart (VOID) |
void __inline | CallbackEnd (VOID) |
Definition at line 75 of file fxdrivercallbacks.hpp.
|
inline |
Definition at line 81 of file fxdrivercallbacks.hpp.
Definition at line 90 of file fxdrivercallbacks.hpp.
PFN_WDF_DRIVER_UNLOAD FxDriverUnload::Method |
Definition at line 79 of file fxdrivercallbacks.hpp.
Referenced by FxDriverUnload(), FxDriver::Initialize(), and Invoke().