ReactOS 0.4.15-dev-7953-g1f49173
fxverifierkm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FORCEINLINE VOID FxVerifierCheckNxPoolType (_In_ PFX_DRIVER_GLOBALS FxDriverGlobals, _In_ POOL_TYPE PoolType, _In_ ULONG PoolTag)
 

Function Documentation

◆ FxVerifierCheckNxPoolType()

FORCEINLINE VOID FxVerifierCheckNxPoolType ( _In_ PFX_DRIVER_GLOBALS  FxDriverGlobals,
_In_ POOL_TYPE  PoolType,
_In_ ULONG  PoolTag 
)

Definition at line 28 of file fxverifierkm.h.

59{
60 if (FxDriverGlobals->FxVerifierOn &&
62
63 //
64 // Forward the call to Driver Verifier. This will provide a consistent
65 // behavior across all verified drivers.
66 //
67
69 }
70}
#define NULL
Definition: types.h:112
#define _ReturnAddress()
Definition: intrin_arm.h:35
FxLibraryGlobalsType FxLibraryGlobals
Definition: globals.cpp:95
PFN_VF_CHECK_NX_POOL_TYPE VfCheckNxPoolType
Definition: fxglobals.h:766
_Must_inspect_result_ _In_ WDFDEVICE _In_ DEVICE_REGISTRY_PROPERTY _In_ _Strict_type_match_ POOL_TYPE PoolType
Definition: wdfdevice.h:3815
_Must_inspect_result_ _In_opt_ PWDF_OBJECT_ATTRIBUTES _In_ _Strict_type_match_ POOL_TYPE _In_opt_ ULONG PoolTag
Definition: wdfmemory.h:164