ReactOS 0.4.16-dev-250-g3ecd236
|
#include "fxobjectpch.hpp"
Go to the source code of this file.
Functions | |
void | FxVerifierLockInitialize (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
void | FxVerifierLockDestroy (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
Variables | |
FxVerifierOrderMapping | FxVerifierOrderTable [] |
FxVerifierOrderMapping | FxVerifierCallbackOrderTable [] |
void FxVerifierLockDestroy | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 137 of file fxverifierlock.cpp.
Referenced by FxDestroy().
void FxVerifierLockInitialize | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 118 of file fxverifierlock.cpp.
Referenced by FxInitialize().
FxVerifierOrderMapping FxVerifierCallbackOrderTable[] |
Definition at line 46 of file fxverifierlock.cpp.
Referenced by FxVerifierLock::InitializeLockOrder().
FxVerifierOrderMapping FxVerifierOrderTable[] |
Definition at line 40 of file fxverifierlock.cpp.
Referenced by FxVerifierLock::InitializeLockOrder().