ReactOS 0.4.16-dev-91-g764881a
fxverifierum.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ FxVerifierCheckNxPoolType()

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

Definition at line 28 of file fxverifierum.h.

56{
57 UNREFERENCED_PARAMETER(FxDriverGlobals);
60}
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
_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