ReactOS 0.4.16-dev-820-g96aa1ee
|
#include "fxobjectpch.hpp"
Go to the source code of this file.
Functions | |
DECLSPEC_NORETURN VOID | FxVerifierBugCheckWorker (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in WDF_BUGCHECK_CODES WdfBugCheckCode, __in_opt ULONG_PTR BugCheckParameter2, __in_opt ULONG_PTR BugCheckParameter3) |
DECLSPEC_NORETURN VOID | FxVerifierNullBugCheck (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in PVOID ReturnAddress) |
DECLSPEC_NORETURN VOID FxVerifierBugCheckWorker | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in WDF_BUGCHECK_CODES | WdfBugCheckCode, | ||
__in_opt ULONG_PTR | BugCheckParameter2, | ||
__in_opt ULONG_PTR | BugCheckParameter3 | ||
) |
Definition at line 44 of file fxverifierbugcheck.cpp.
DECLSPEC_NORETURN VOID FxVerifierNullBugCheck | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
__in PVOID | ReturnAddress | ||
) |
Definition at line 77 of file fxverifierbugcheck.cpp.