ReactOS 0.4.15-dev-7953-g1f49173
globalsum.cpp File Reference
#include "fxobjectpch.hpp"
#include "fxldrum.h"
Include dependency graph for globalsum.cpp:

Go to the source code of this file.

Functions

VOID FxFreeAllocatedMdlsDebugInfo (__in FxDriverGlobalsDebugExtension *DebugExtension)
 

Function Documentation

◆ FxFreeAllocatedMdlsDebugInfo()

VOID FxFreeAllocatedMdlsDebugInfo ( __in FxDriverGlobalsDebugExtension DebugExtension)

Definition at line 10 of file globalsum.cpp.

13{
14 UNREFERENCED_PARAMETER(DebugExtension);
15
16 //DO_NOTHING()
17}
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317

Referenced by FxFreeDriverGlobals().