ReactOS 0.4.15-dev-8614-gbc76250
|
#include "fxobjectpch.hpp"
Go to the source code of this file.
Functions | |
VOID | FX_VF_METHOD (FxObject, VerifyConstruct)(_In_ PFX_DRIVER_GLOBALS FxDriverGlobals |
PAGED_CODE_LOCKED () | |
ASSERTMSG ("this object's type is not listed in FxObjectsInfo\n", FxVerifyObjectTypeInTable(m_Type)) | |
if (m_Globals->IsObjectDebugOn() &&Embedded==FALSE) | |
Variables | |
ULONG | DebugLevel = TRACE_LEVEL_INFORMATION |
ULONG | DebugFlag = 0xff |
VOID _In_ BOOLEAN | Embedded |
ASSERTMSG | ( | "this object's type is not listed in FxObjectsInfo\n" | , |
FxVerifyObjectTypeInTable(m_Type) | |||
) |
if | ( | m_Globals->IsObjectDebugOn() && | Embedded = = FALSE | ) |
Definition at line 180 of file fxobject.cpp.
PAGED_CODE_LOCKED | ( | ) |
ULONG DebugFlag = 0xff |
Definition at line 44 of file fxobject.cpp.
Referenced by _main(), DoTraceLevelMessage(), and SmExecPgm().
ULONG DebugLevel = TRACE_LEVEL_INFORMATION |
Definition at line 43 of file fxobject.cpp.
Definition at line 162 of file fxobject.cpp.
Referenced by FxObject::Construct().