Go to the source code of this file.
◆ DriverUnload()
◆ FxDriverEntry()
◆ FxIFRStop()
Definition at line 297 of file tracing.cpp.
310{
311
312
313
315 ASSERT(FxDriverGlobals->WdfLogHeader ==
NULL);
316 return;
317 }
318
319 if (FxDriverGlobals ==
NULL || FxDriverGlobals->WdfLogHeader ==
NULL) {
320 return;
321 }
322
323
324
325
327 FxDriverGlobals->WdfLogHeader =
NULL;
328}
#define ExFreePoolWithTag(_P, _T)
FxLibraryGlobalsType FxLibraryGlobals
Referenced by FxLibraryCommonUnregisterClient().
◆ LibraryDriverEntry()
◆ LibraryUnload()